# 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" rust-version = "1.56" name = "bitvec_simd" version = "0.20.5" authors = ["GCCFeli "] description = "bitvec with SIMD" homepage = "https://github.com/gccfeli/bitvec_simd" documentation = "https://docs.rs/bitvec_simd" readme = "README.md" keywords = ["bitvector", "bitvec", "bitmap", "simd", "bit"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/gccfeli/bitvec_simd" resolver = "2" [[bench]] name = "comparison" harness = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.smallvec] version = "1.8" features = ["const_generics", "serde"] [dependencies.wide] version = "0.7" [dev-dependencies.bit-vec] version = "0.6" [dev-dependencies.bitvec] version = "1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.serde_test] version = "1.0" [features] default = ["std"] std = [] use_serde = ["serde"]