blob: e1cca93ef06c25b6a79fce539aeaa04d6971aedb [file] [log] [blame]
Jason Macnakebb18812020-03-19 21:16:56 +00001# 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
Joel Galensonbf78b272021-08-09 10:43:44 -07006# to registry (e.g., crates.io) dependencies.
Jason Macnakebb18812020-03-19 21:16:56 +00007#
Joel Galensonbf78b272021-08-09 10:43:44 -07008# 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.
Jason Macnakebb18812020-03-19 21:16:56 +000011
12[package]
Joel Galensonbf78b272021-08-09 10:43:44 -070013edition = "2018"
Jason Macnakebb18812020-03-19 21:16:56 +000014name = "slab"
David LeGare4b88bd12022-03-02 16:21:15 +000015version = "0.4.5"
Jason Macnakebb18812020-03-19 21:16:56 +000016authors = ["Carl Lerche <me@carllerche.com>"]
Joel Galensonbf78b272021-08-09 10:43:44 -070017exclude = ["/.*"]
Jason Macnakebb18812020-03-19 21:16:56 +000018description = "Pre-allocated storage for a uniform data type"
Joel Galensonc03c72f2021-05-19 17:19:30 -070019homepage = "https://github.com/tokio-rs/slab"
Joel Galensonbf78b272021-08-09 10:43:44 -070020documentation = "https://docs.rs/slab"
Jason Macnakebb18812020-03-19 21:16:56 +000021readme = "README.md"
Joel Galensonc03c72f2021-05-19 17:19:30 -070022keywords = ["slab", "allocator", "no_std"]
23categories = ["memory-management", "data-structures", "no-std"]
Jason Macnakebb18812020-03-19 21:16:56 +000024license = "MIT"
Joel Galensonc03c72f2021-05-19 17:19:30 -070025repository = "https://github.com/tokio-rs/slab"
26[dependencies.serde]
27version = "1.0.95"
28features = ["alloc"]
29optional = true
30default-features = false
31[dev-dependencies.serde]
32version = "1"
33features = ["derive"]
34
35[dev-dependencies.serde_test]
36version = "1"
37
38[features]
39default = ["std"]
40std = []