# 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.61" name = "phf_generator" version = "0.11.3" authors = ["Steven Fackler "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "PHF generation logic" readme = "README.md" categories = ["data-structures"] license = "MIT" repository = "https://github.com/rust-phf/rust-phf" resolver = "1" [lib] name = "phf_generator" path = "src/lib.rs" [[bin]] name = "gen_hash_test" path = "src/bin/gen_hash_test.rs" required-features = ["criterion"] [[bench]] name = "benches" path = "benches/benches.rs" harness = false [dependencies.criterion] version = "0.3.6" optional = true [dependencies.phf_shared] version = "^0.11.2" default-features = false [dependencies.rand] version = "0.8" features = ["small_rng"] default-features = false [dev-dependencies.criterion] version = "0.3.6"