• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
14name = "slab"
15version = "0.4.5"
16authors = ["Carl Lerche <me@carllerche.com>"]
17exclude = ["/.*"]
18description = "Pre-allocated storage for a uniform data type"
19homepage = "https://github.com/tokio-rs/slab"
20documentation = "https://docs.rs/slab"
21readme = "README.md"
22keywords = ["slab", "allocator", "no_std"]
23categories = ["memory-management", "data-structures", "no-std"]
24license = "MIT"
25repository = "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 = []
41