aap-protocol 0.1.0

Agent Accountability Protocol — Rust SDK
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"
name = "aap-protocol"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent Accountability Protocol — Rust SDK"
homepage = "https://aap-protocol.dev"
readme = "README.md"
keywords = [
    "aap",
    "agent",
    "accountability",
    "protocol",
    "ai",
]
categories = [
    "cryptography",
    "authentication",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/ElmadaniS/aap-rust"

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

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

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

[dependencies.base64]
version = "0.22"

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

[dependencies.ed25519-dalek]
version = "2.1"
features = ["rand_core"]

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.uuid]
version = "1.8"
features = ["v4"]

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