# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "flat_bit_set" version = "0.1.0" authors = ["ZengYL "] description = "有序、稀疏、节省空间的 bitset,适用于小数据量" documentation = "https://docs.rs/flat_bit_set/" readme = "README.md" keywords = [ "container", "sparse", "bitset", "no_std", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/zeng-y-l/flat_bit_set" [[bench]] name = "bench" harness = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.hi_sparse_bitset] version = "0.6.1" [dev-dependencies.imbl] version = "3.0.0" features = ["proptest"] [dev-dependencies.litemap] version = "0.7.3" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.proptest-state-machine] version = "0.3.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.roaring] version = "0.10.6" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] default = ["std"] std = []