atd-runtime 1.2.1

Server-side runtime for the ATD protocol: Tool trait, Registry, dispatch, Binding, Middleware, capability gate.
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.85"
name = "atd-runtime"
version = "1.2.1"
authors = ["ATD Protocol Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Server-side runtime for the ATD protocol: Tool trait, Registry, dispatch, Binding, Middleware, capability gate."
readme = "README.md"
keywords = [
    "atd",
    "agent",
    "tool-dispatch",
    "runtime",
    "server",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/downsea/atd"
resolver = "2"

[features]
testing = []

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

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

[dependencies.atd-protocol]
version = "1.1.0"

[dependencies.base64]
version = "0.22"

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

[dependencies.ciborium]
version = "0.2"

[dependencies.ed25519-dalek]
version = "2"
features = [
    "std",
    "fast",
]
default-features = false

[dependencies.getrandom]
version = "0.2"

[dependencies.hmac]
version = "0.12"

[dependencies.multibase]
version = "0.9"

[dependencies.regex]
version = "1"

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "io-util",
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
    "process",
    "fs",
]

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

[dev-dependencies.tempfile]
version = "3"