hessra-cap 0.2.0

Hessra capability engine with default policy backend
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"
name = "hessra-cap"
version = "0.2.0"
authors = ["Jake Valentic <jake@hessra.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hessra capability engine with default policy backend"
documentation = "https://docs.rs/hessra-cap"
readme = "README.md"
keywords = [
    "hessra",
    "capability",
    "authorization",
    "security",
]
categories = ["authentication"]
license = "Apache-2.0"
repository = "https://github.com/Hessra-Labs/hessra-cap"

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

[[example]]
name = "agent_harness"
path = "examples/agent_harness.rs"

[[example]]
name = "webapp_auth"
path = "examples/webapp_auth.rs"

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

[dependencies.hessra-cap-engine]
version = "0.2.0"

[dependencies.hessra-cap-policy]
version = "0.2.0"

[dev-dependencies.hessra-cap-token]
version = "1.0.0"

[dev-dependencies.hessra-identity-token]
version = "1.1.0"

[dev-dependencies.hessra-token-core]
version = "1.0.0"