From ebb18812f868618e183d2c58e43b1de3bf0a9c13 Mon Sep 17 00:00:00 2001 From: Jason Macnak Date: Thu, 19 Mar 2020 21:16:56 +0000 Subject: Import 'slab' rust crate version 0.4.2 Bug: b/151760391 Test: m crosvm.experimental Change-Id: Ifdc5a0fdd0b226050d45ea80a6e60d9295e65ba1 --- Cargo.toml.orig | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Cargo.toml.orig (limited to 'Cargo.toml.orig') 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 "] +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"] -- cgit v1.2.3