[package] name = "haz-alloc" version = "0.3.1" edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/nicbn/haz-alloc" description = "A general-purpose allocator written in Rust" keywords = ["alloc", "allocator", "allocation"] categories = ["memory-management"] [dependencies] haz-alloc-core = { version = "0.4", path = "../haz-alloc-core" } cfg-if = "1" [target.'cfg(unix)'.dependencies] errno = { version = "0.3", default_features = false } libc = "0.2" [target.'cfg(windows)'.dependencies.winapi] version = "0.3" features = [ "memoryapi", "winnt", "sysinfoapi", "synchapi", "processthreadsapi", "fibersapi" ]