cphf 1.0.0

Compile-time perfect hash function data structures
Documentation
# 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.85.0"
name = "cphf"
version = "1.0.0"
authors = ["Daniel Bloom"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compile-time perfect hash function data structures"
readme = "README.md"
keywords = [
    "phf",
    "const",
]
categories = [
    "data-structures",
    "no-std",
]
license = "MIT"
repository = "https://github.com/Daniel-Aaron-Bloom/cphf-rs"

[badges.github]
repository = "Daniel-Aaron-Bloom/cphf-rs"
workflow = "CI"

[features]
list = []

[lib]
name = "cphf"
path = "src/lib.rs"

[[example]]
name = "custom"
path = "examples/custom.rs"

[[example]]
name = "empty"
path = "examples/empty.rs"

[[example]]
name = "nested"
path = "examples/nested.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[example]]
name = "uncased"
path = "examples/uncased.rs"

[dependencies.arrayvec-const]
version = "0.7"

[dependencies.const-siphasher]
version = "1.0.2"

[dependencies.const_panic]
version = "0.2.12"

[dependencies.sort-const]
version = "1.0.1"