uselesskey-core-token 0.5.1

Deterministic token-shape generation helpers shared by uselesskey fixture 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"
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 = "Deterministic token-shape generation helpers shared by uselesskey fixture crates."
homepage = "https://github.com/EffortlessMetrics/uselesskey"
documentation = "https://docs.rs/uselesskey-core-token"
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"
path = "src/lib.rs"

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

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

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

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

[dependencies.uselesskey-core-token-shape]
version = "0.5.1"

[dev-dependencies.base64]
version = "0.22.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"]

[dev-dependencies.serde_json]
version = "1.0.149"

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