aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJason Macnak <natsu@google.com>2020-03-19 21:16:56 +0000
committerJason Macnak <natsu@google.com>2020-04-06 10:28:30 -0700
commitebb18812f868618e183d2c58e43b1de3bf0a9c13 (patch)
treea9ea99a3c6cf9117d3842b0abbbeb9f26acbefa4 /Cargo.toml.orig
parent47302c2131156b31d7c6d8a9d5dbd9e79b92d613 (diff)
downloadslab-ebb18812f868618e183d2c58e43b1de3bf0a9c13.tar.gz
Import 'slab' rust crate version 0.4.2
Bug: b/151760391 Test: m crosvm.experimental Change-Id: Ifdc5a0fdd0b226050d45ea80a6e60d9295e65ba1
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig22
1 files changed, 22 insertions, 0 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
new file mode 100644
index 0000000..88da41f
--- /dev/null
+++ b/Cargo.toml.orig
@@ -0,0 +1,22 @@
+[package]
+
+name = "slab"
+# When releasing to crates.io:
+# - Update version number
+# - lib.rs: html_root_url.
+# - README.md
+# - Update CHANGELOG.md
+# - Update doc URL.
+# - Cargo.toml
+# - README.md
+# - Create git tag
+version = "0.4.2"
+license = "MIT"
+authors = ["Carl Lerche <me@carllerche.com>"]
+description = "Pre-allocated storage for a uniform data type"
+documentation = "https://docs.rs/slab/0.4.2/slab/"
+homepage = "https://github.com/carllerche/slab"
+repository = "https://github.com/carllerche/slab"
+readme = "README.md"
+keywords = ["slab", "allocator"]
+categories = ["memory-management", "data-structures"]