# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "basic_allocator" version = "0.1.6" authors = ["Wendell Smith "] description = "A very simple global allocator written in pure Rust" documentation = "https://docs.rs/basic_allocator" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/wackywendell/basicalloc" [dependencies.errno] version = "0.2" optional = true [dependencies.libc] version = "0.2" optional = true [dependencies.spin] version = "0.5" [dependencies.static_assertions] version = "1.1" [dependencies.sysconf] version = "0.3" optional = true [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.log] version = "0.4" [dev-dependencies.rand] version = "0.7" [dev-dependencies.test-env-log] version = "0.2" [features] default = [] use_libc = ["libc", "sysconf", "errno"]