# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "haz-alloc" version = "0.3.1" description = "A general-purpose allocator written in Rust" readme = "README.md" keywords = [ "alloc", "allocator", "allocation", ] categories = ["memory-management"] license = "MIT OR Apache-2.0" repository = "https://github.com/nicbn/haz-alloc" [dependencies.cfg-if] version = "1" [dependencies.haz-alloc-core] version = "0.4" [target."cfg(unix)".dependencies.errno] version = "0.3" default_features = false [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "memoryapi", "winnt", "sysinfoapi", "synchapi", "processthreadsapi", "fibersapi", ]