uselesskey-token-spec 0.5.1

Stable token fixture specification shared across token generators.
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-token-spec"
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 = "Stable token fixture specification shared across token generators."
homepage = "https://github.com/EffortlessMetrics/uselesskey"
documentation = "https://docs.rs/uselesskey-token-spec"
readme = "README.md"
keywords = [
    "token",
    "spec",
    "fixtures",
    "testing",
    "deterministic",
]
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_spec"
path = "src/lib.rs"

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

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

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

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

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