# 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 = "2018" name = "bitvector_simd" version = "0.2.3" authors = ["Horasal"] description = "bitvector implemented with Packed SIMD 2" homepage = "https://github.com/horasal/bitvector_simd" readme = "README.md" keywords = ["bitvector"] license = "MIT" repository = "https://github.com/horasal/bitvector_simd" [[bench]] name = "comparison" harness = false [dependencies.packed_simd] version = "0.3.7" package = "packed_simd_2" [dev-dependencies.bit-vec] version = "0.6" [dev-dependencies.bitvec] version = "0.22" [dev-dependencies.criterion] version = "0.3"