diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:41:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:41:41 +0000 |
commit | 10ee2acdd26a7f1298c6f6d6b7af9b469fe29b87 (patch) | |
tree | bdffd5d80c26cf4a7a518281a204be1ace85b4c1 /vendor/sized-chunks/Cargo.toml | |
parent | Releasing progress-linux version 1.70.0+dfsg1-9~progress7.99u1. (diff) | |
download | rustc-10ee2acdd26a7f1298c6f6d6b7af9b469fe29b87.tar.xz rustc-10ee2acdd26a7f1298c6f6d6b7af9b469fe29b87.zip |
Merging upstream version 1.70.0+dfsg2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/sized-chunks/Cargo.toml')
-rw-r--r-- | vendor/sized-chunks/Cargo.toml | 49 |
1 files changed, 49 insertions, 0 deletions
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 <bodil@bodil.org>"] +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 = [] |