# 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 = "bitm" version = "0.4.3" authors = ["Piotr Beling "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "The library for bit and bitmap (bit vector) manipulation." documentation = "https://docs.rs/bitm" readme = "README.md" keywords = [ "bit", "bitmap", "rank", "bitvector", "bitset", ] categories = [ "algorithms", "data-structures", "science", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/beling/bsuccinct-rs" [[bench]] name = "bitvec" harness = false [[bench]] name = "rank_select" harness = false [[bench]] name = "bitvec-iai" harness = false [dependencies.aligned-vec] version = "0.6" optional = true [dependencies.dyn_size_of] version = ">=0.4.3" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.iai-callgrind] version = "0.10" [features] aligned-vec = [ "dep:aligned-vec", "dyn_size_of/aligned-vec", ]