1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14rust-version = "1.31" 15name = "slab" 16version = "0.4.9" 17authors = ["Carl Lerche <[email protected]>"] 18exclude = ["/.*"] 19description = "Pre-allocated storage for a uniform data type" 20readme = "README.md" 21keywords = [ 22 "slab", 23 "allocator", 24 "no_std", 25] 26categories = [ 27 "memory-management", 28 "data-structures", 29 "no-std", 30] 31license = "MIT" 32repository = "https://github.com/tokio-rs/slab" 33 34[dependencies.serde] 35version = "1.0.95" 36features = ["alloc"] 37optional = true 38default-features = false 39 40[dev-dependencies.rustversion] 41version = "1" 42 43[dev-dependencies.serde] 44version = "1" 45features = ["derive"] 46 47[dev-dependencies.serde_test] 48version = "1" 49 50[build-dependencies.autocfg] 51version = "1" 52 53[features] 54default = ["std"] 55std = [] 56