aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig10
1 files changed, 6 insertions, 4 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index bc25be8..d8f19e8 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -6,15 +6,13 @@ name = "slab"
# - README.md
# - Update CHANGELOG.md
# - Create git tag
-version = "0.4.5"
+version = "0.4.7"
authors = ["Carl Lerche <me@carllerche.com>"]
edition = "2018"
+rust-version = "1.31"
license = "MIT"
description = "Pre-allocated storage for a uniform data type"
-documentation = "https://docs.rs/slab"
-homepage = "https://github.com/tokio-rs/slab"
repository = "https://github.com/tokio-rs/slab"
-readme = "README.md"
keywords = ["slab", "allocator", "no_std"]
categories = ["memory-management", "data-structures", "no-std"]
exclude = ["/.*"]
@@ -23,9 +21,13 @@ exclude = ["/.*"]
std = []
default = ["std"]
+[build-dependencies]
+autocfg = "1"
+
[dependencies]
serde = { version = "1.0.95", optional = true, default-features = false, features = ["alloc"] }
[dev-dependencies]
+rustversion = "1"
serde = { version = "1", features = ["derive"] }
serde_test = "1"