cheep-crator-2/vendor/phf-0.8.0/Cargo.toml

44 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 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 = "phf"
version = "0.8.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
description = "Runtime support for perfect hash function data structures"
license = "MIT"
repository = "https://github.com/sfackler/rust-phf"
[package.metadata.docs.rs]
features = ["macros"]
[lib]
name = "phf"
path = "src/lib.rs"
test = false
[dependencies.phf_macros]
version = "0.8.0"
optional = true
[dependencies.phf_shared]
version = "0.8.0"
[dependencies.proc-macro-hack]
version = "0.5.4"
optional = true
[features]
default = ["std"]
macros = ["phf_macros", "proc-macro-hack"]
std = ["phf_shared/std"]
unicase = ["phf_shared/unicase"]