[package]
edition = "2021"
name = "agent-id"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent Identity Protocol - cryptographic identity and authentication for AI agents"
documentation = "https://docs.rs/agent-id"
readme = "README.md"
keywords = [
"identity",
"did",
"authentication",
"agent",
"ai",
]
categories = [
"authentication",
"cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/AustinEral/agent-id"
[lib]
name = "agent_id"
path = "src/lib.rs"
[dependencies.agent-id-core]
version = "0.1.0"
[dependencies.agent-id-handshake]
version = "0.1.0"