# 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 = "boomphf" version = "0.6.0" authors = ["Patrick Marks "] include = [ "src/**/*", "benches/*", "LICENSE", "README.md", ] description = "Scalable and Efficient Minimal Perfect Hash Functions" homepage = "https://github.com/10XGenomics/rust-boomphf" documentation = "https://10xgenomics.github.io/rust-boomphf/master/boomphf/index.html" readme = "README.md" keywords = [ "hashing", "minimal", "perfect", ] license = "MIT" repository = "https://github.com/10XGenomics/rust-boomphf" [[bench]] name = "build" harness = false [dependencies.crossbeam-utils] version = ">=0.7.2, <0.9" optional = true [dependencies.log] version = "0.4.*" [dependencies.rayon] version = ">=1.0" optional = true [dependencies.serde] version = ">=1.0" features = ["derive"] optional = true [dependencies.wyhash] version = ">=0.3, <=0.5" [dev-dependencies.bencher] version = ">=0.1" [dev-dependencies.quickcheck] version = "1.0.2" [features] default = ["parallel"] parallel = [ "rayon", "crossbeam-utils", ]