hessra-cap-engine 0.2.0

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

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

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

[dependencies.hessra-context-token]
version = "1.1.0"

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

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

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

[dependencies.thiserror]
version = "2"

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