perfume 0.3.2

Impromptu conversion of sensitive metadata to persistent random names.
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 = "2024"
name = "perfume"
version = "0.3.2"
authors = ["Daniel James Baumann <dan.james.baumann@gmail.com>"]
build = false
exclude = [
    ".github",
    "data",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Impromptu conversion of sensitive metadata to persistent random names."
readme = "README.md"
keywords = [
    "privacy",
    "random",
    "generator",
]
categories = [
    "authentication",
    "web-programming",
    "accessibility",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/guapodero/perfume"

[features]
codegen = ["phf_codegen"]
nightly = []

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

[[bin]]
name = "perfume"
path = "src/main.rs"

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

[dependencies.async-generic]
version = "1"

[dependencies.base16ct]
version = "1"

[dependencies.blake3]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.cfg-if]
version = "1"

[dependencies.http]
version = "1"

[dependencies.phf]
version = "0.14"

[dependencies.phf_codegen]
version = "0.14"
optional = true

[dependencies.rand]
version = "0.10"

[dependencies.rand_chacha]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dev-dependencies.const_env]
version = "0.1"

[dev-dependencies.httparse]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "test-util",
]

[dev-dependencies.ureq]
version = "3"