54 lines
1.2 KiB
TOML
54 lines
1.2 KiB
TOML
# 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.66"
|
|
name = "phf_generator"
|
|
version = "0.13.1"
|
|
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
|
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"
|
|
|
|
[[bench]]
|
|
name = "benches"
|
|
path = "benches/benches.rs"
|
|
harness = false
|
|
|
|
[dependencies.fastrand]
|
|
version = "2.1.0"
|
|
default-features = false
|
|
|
|
[dependencies.phf_shared]
|
|
version = "^0.13.1"
|
|
default-features = false
|
|
|
|
[dev-dependencies.criterion]
|
|
version = "0.6.0"
|