# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "byte_set" version = "0.1.3" authors = ["Nikolai Vazquez"] include = ["Cargo.toml", "src", "benches", "README*", "CHANGELOG*", "LICENSE*"] description = "Efficient sets of bytes." homepage = "https://github.com/nvzqz/byte-set-rs" documentation = "https://docs.rs/byte_set" readme = "README.md" keywords = ["byte", "set", "search", "string", "fast"] categories = ["no-std", "data-structures", "rust-patterns", "embedded"] license = "MIT OR Apache-2.0" repository = "https://github.com/nvzqz/byte-set-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [[bench]] name = "benches" path = "benches/main.rs" harness = false [dependencies.rand] version = "0.7" optional = true default-features = false [dependencies.rand_core] version = "0.5" optional = true default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.criterion] version = "0.3.2" [dev-dependencies.fixedbitset] version = "0.3.0" [dev-dependencies.hashbrown] version = "0.7.2" [dev-dependencies.rand] version = "0.7"