delegated 0.2.2

Minimal fail-closed capability-token evaluation core
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.88"
name = "delegated"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal fail-closed capability-token evaluation core"
documentation = "https://docs.rs/delegated"
readme = "README.md"
keywords = [
    "authorization",
    "capability",
    "delegation",
    "security",
]
categories = ["authentication"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/abendrothj/delegated"
resolver = "2"

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

[[example]]
name = "gen_vectors"
path = "examples/gen_vectors.rs"
required-features = []

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

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

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

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

[dependencies.base64ct]
version = "1.6"
features = ["std"]

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "serde",
]

[dependencies.ed25519-dalek]
version = "2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dev-dependencies.hex]
version = "0.4"

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