# 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 = "hi_sparse_bitset" version = "0.6.1" authors = ["Andrey Diduh "] exclude = [ "/doc", "/.github", ] description = "Hierarchical sparse bitset. Incredibly high performance. Compact memory usage." readme = "README.md" keywords = [ "hierarchical", "sparse", "bitset", "bitmap", "container", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/tower120/hi_sparse_bitset" [package.metadata.docs.rs] features = ["impl"] rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "custom_bitset" required-features = ["impl"] [[example]] name = "custom_bitset_simple" required-features = ["impl"] [[bench]] name = "iteration_bench" path = "benches/iteration.rs" harness = false [[bench]] name = "intersection_bench" path = "benches/intersection.rs" harness = false [[bench]] name = "union_bench" path = "benches/union.rs" harness = false [[bench]] name = "insert_bench" path = "benches/insert.rs" harness = false [dependencies.wide] version = "0.7.13" optional = true [dev-dependencies.cfg-if] version = "1" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.hibitset] version = "0.6.4" [dev-dependencies.itertools] version = "0.11" [dev-dependencies.rand] version = "0.8" [dev-dependencies.roaring] version = "0.10.2" [features] default = ["simd"] impl = [] simd = ["dep:wide"] simple_iter = [] [lints.rust.unexpected_cfgs] level = "warn" priority = 0