From 10ee2acdd26a7f1298c6f6d6b7af9b469fe29b87 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:41:41 +0200 Subject: Merging upstream version 1.70.0+dfsg2. Signed-off-by: Daniel Baumann --- vendor/sized-chunks/Cargo.toml | 49 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 vendor/sized-chunks/Cargo.toml (limited to 'vendor/sized-chunks/Cargo.toml') diff --git a/vendor/sized-chunks/Cargo.toml b/vendor/sized-chunks/Cargo.toml new file mode 100644 index 000000000..401b52836 --- /dev/null +++ b/vendor/sized-chunks/Cargo.toml @@ -0,0 +1,49 @@ +# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO +# +# When uploading crates to the registry Cargo will automatically +# "normalize" Cargo.toml files for maximal compatibility +# with all versions of Cargo and also rewrite `path` dependencies +# to registry (e.g., crates.io) dependencies +# +# If you believe there's an error in this file please file an +# issue against the rust-lang/cargo repository. If you're +# editing this file be aware that the upstream Cargo.toml +# will likely look very different (and much more reasonable) + +[package] +edition = "2018" +name = "sized-chunks" +version = "0.6.4" +authors = ["Bodil Stokke "] +exclude = ["release.toml", "proptest-regressions/**"] +description = "Efficient sized chunk datatypes" +documentation = "http://docs.rs/sized-chunks" +readme = "./README.md" +keywords = ["sparse-array"] +categories = ["data-structures"] +license = "MPL-2.0+" +repository = "https://github.com/bodil/sized-chunks" +[package.metadata.docs.rs] +all-features = true +[dependencies.arbitrary] +version = "0.4.7" +optional = true + +[dependencies.array-ops] +version = "0.1.0" +optional = true + +[dependencies.bitmaps] +version = "2.1.0" + +[dependencies.refpool] +version = "0.4.3" +optional = true + +[dependencies.typenum] +version = "1.12.0" + +[features] +default = ["std"] +ringbuffer = ["array-ops"] +std = [] -- cgit v1.2.3