# 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 = "boomphf-patched" version = "0.5.9-0" authors = ["Patrick Marks "] include = [ "src/**/*", "LICENSE", "README.md", ] description = "Scalable and Efficient Minimal Perfect Hash Functions (version modified by Piotr Beling)" 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" [dependencies.crossbeam-utils] version = ">=0.7.2, <0.9" [dependencies.dyn_size_of] version = ">=0.*" [dependencies.log] version = "0.4.*" [dependencies.rayon] version = ">=1.0" [dependencies.serde] version = ">=1.0" features = ["derive"] optional = true [dependencies.wyhash] version = ">=0.3, <=0.5"