aitp 0.4.1

Agent Identity & Trust Protocol — facade crate re-exporting the protocol crates
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 = "2021"
rust-version = "1.89"
name = "aitp"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent Identity & Trust Protocol — facade crate re-exporting the protocol crates"
homepage = "https://github.com/agentidentitytrustprotocol/aitp-rs"
readme = false
keywords = [
    "aitp",
    "agent",
    "trust",
    "identity",
    "ed25519",
]
categories = [
    "cryptography",
    "authentication",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/agentidentitytrustprotocol/aitp-rs"

[features]
all = [
    "http-client",
    "http-server",
]
default = ["http-client"]
experimental-renewal = [
    "aitp-tct/experimental-renewal",
    "aitp-transport-http/experimental-renewal",
]
experimental-session-bundle = [
    "dep:aitp-session-bundle",
    "aitp-transport-http/experimental-session-bundle",
]
http-client = ["aitp-transport-http/client"]
http-server = ["aitp-transport-http/server"]

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

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

[dependencies.aitp-core]
version = "=0.4.1"

[dependencies.aitp-crypto]
version = "=0.4.1"

[dependencies.aitp-delegation]
version = "=0.4.1"

[dependencies.aitp-handshake]
version = "=0.4.1"

[dependencies.aitp-manifest]
version = "=0.4.1"

[dependencies.aitp-session-bundle]
version = "=0.4.1"
optional = true

[dependencies.aitp-tct]
version = "=0.4.1"

[dependencies.aitp-transport-http]
version = "=0.4.1"
optional = false

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.thiserror]
version = "1.0"

[dependencies.url]
version = "2.5"
features = ["serde"]

[dependencies.uuid]
version = "1.7"
features = [
    "v4",
    "serde",
]

[dev-dependencies.axum]
version = "0.7"

[dev-dependencies.tokio]
version = "1.36"
features = [
    "rt-multi-thread",
    "macros",
    "macros",
    "rt-multi-thread",
]