# 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] name = "slab-alloc" version = "0.1.1" authors = ["Joshua Liebow-Feeser ", "Eli Rosenthal "] exclude = ["travis.sh"] description = "A fast, single-threaded object allocator." documentation = "https://docs.rs/slab-alloc" readme = "README.md" keywords = ["allocator", "cache", "object", "slab"] categories = ["algorithms", "caching", "memory-management", "no-std"] license = "Apache-2.0" repository = "https://github.com/ezrosent/allocators-rs/tree/master/slab-alloc" [profile.test] opt-level = 3 [dependencies.object-alloc] version = "0.1.0" [dependencies.rand] version = "0.3" [dependencies.object-alloc-test] version = "0.1.0" [dependencies.sysconf] version = "0.3.0" [dependencies.lazy_static] version = "0.2" features = ["spin_no_std"] [dependencies.mmap-alloc] version = "0.1.0" [dependencies.interpolate_idents] version = "0.1" [features] os = [] hashmap-no-resize = [] default = ["std", "os"] std = ["os"] no-coloring = [] use-stdlib-hashmap = [] hashmap-no-coalesce = [] build-ignored-tests = []