# 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 = "bitsvec" version = "0.1.1" authors = ["Chojan Shang "] description = "A bit vector with the Rust standard library's portable SIMD API" documentation = "https://docs.rs/bitsvec" readme = "README.md" keywords = ["bitvec", "bitmap", "vec", "simd", "data-structures"] categories = ["data-structures"] license = "MIT / Apache-2.0" repository = "https://github.com/psiace/bitsvec" resolver = "2" [[bench]] name = "comparison" harness = false [dependencies.smallvec] version = "1.8" features = ["const_generics"] [dev-dependencies.bit-vec] version = "0.6" [dev-dependencies.bitvec] version = "1.0.0" [dev-dependencies.bitvec_simd] version = "0.15.0" [dev-dependencies.bitvector_simd] version = "0.2.2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.wide] version = "0.7.4" [features] default = ["std"] std = []