[package]
edition = "2024"
rust-version = "1.92"
name = "uselesskey-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 = "API key, bearer, and OAuth access-token fixture generator for tests."
homepage = "https://github.com/EffortlessMetrics/uselesskey"
documentation = "https://docs.rs/uselesskey-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_token"
path = "src/lib.rs"
[[test]]
name = "accessors"
path = "tests/accessors.rs"
[[test]]
name = "cache_coherence"
path = "tests/cache_coherence.rs"
[[test]]
name = "comprehensive_snapshots"
path = "tests/comprehensive_snapshots.rs"
[[test]]
name = "comprehensive_token"
path = "tests/comprehensive_token.rs"
[[test]]
name = "comprehensive_token_prop"
path = "tests/comprehensive_token_prop.rs"
[[test]]
name = "coverage_gaps"
path = "tests/coverage_gaps.rs"
[[test]]
name = "edge_cases"
path = "tests/edge_cases.rs"
[[test]]
name = "snapshots_token"
path = "tests/snapshots_token.rs"
[[test]]
name = "testutil"
path = "tests/testutil.rs"
[[test]]
name = "token_comprehensive"
path = "tests/token_comprehensive.rs"
[[test]]
name = "token_prop"
path = "tests/token_prop.rs"
[[test]]
name = "token_unit"
path = "tests/token_unit.rs"
[dependencies.uselesskey-core]
version = "0.5.1"
[dependencies.uselesskey-core-token]
version = "0.5.1"
[dependencies.uselesskey-token-spec]
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"