[package] authors = ["Js2xxx"] edition = "2021" license = "MIT OR Apache-2.0" name = "heap" version = "0.1.0" [features] default = ["global"] global = [] tcache = ["global"] [dependencies] # Local crates bitop_ex = {path = "../bitop_ex"} paging = {path = "../paging"} pmm = {path = "../pmm"} # External crates array-macro = "2.1" bitvec = {version = "1.0", default-features = false, features = ["atomic"]} cfg-if = "1.0" intrusive-collections = {version = "0.9", default-features = false, features = ["nightly"]} log = "0.4" spin = {version = "0.9", features = ["use_ticket_mutex"]} static_assertions = "1.1"