uselesskey-core-token-shape 0.5.1

Token shape generation primitives shared across uselesskey token crates.
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"
rust-version = "1.92"
name = "uselesskey-core-token-shape"
version = "0.5.1"
authors = ["Effortless Metrics <opensource@effortlessmetrics.com>"]
build = false
exclude = [
    "fuzz/**",
    "corpus/**",
    "**/*.der",
    "**/*.pem",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Token shape generation primitives shared across uselesskey token crates."
homepage = "https://github.com/EffortlessMetrics/uselesskey"
documentation = "https://docs.rs/uselesskey-core-token-shape"
readme = "README.md"
keywords = [
    "token",
    "api-key",
    "oauth",
    "fixtures",
    "testing",
]
categories = [
    "development-tools::testing",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/uselesskey"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

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

[[test]]
name = "comprehensive_shape"
path = "tests/comprehensive_shape.rs"

[[test]]
name = "edge_cases"
path = "tests/edge_cases.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "mutant_killers"
path = "tests/mutant_killers.rs"

[[test]]
name = "prop_token_shape"
path = "tests/prop_token_shape.rs"

[[test]]
name = "shape_tests"
path = "tests/shape_tests.rs"

[[test]]
name = "snapshots_token_shape"
path = "tests/snapshots_token_shape.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.rand_chacha10]
version = "0.10.0"
default-features = false
package = "rand_chacha"

[dependencies.rand_core10]
version = "0.10.0"
default-features = false
package = "rand_core"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.uselesskey-core-base62]
version = "0.5.1"

[dependencies.uselesskey-core-seed]
version = "0.5.1"
default-features = false

[dependencies.uselesskey-token-spec]
version = "0.5.1"

[dev-dependencies.insta]
version = "1.47.0"
features = [
    "yaml",
    "redactions",
]

[dev-dependencies.proptest]
version = "1.11.0"

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]