agent-mesh-protocol 0.6.2

Cryptographic identity types and signed envelopes for agent-mesh.
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.75"
name = "agent-mesh-protocol"
version = "0.6.2"
authors = ["Shawn Hartsock <hartsock@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cryptographic identity types and signed envelopes for agent-mesh."
homepage = "https://github.com/Gilamonster-Foundation/agent-mesh"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Gilamonster-Foundation/agent-mesh"

[features]
default = []
pyo3 = ["dep:pyo3"]

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

[dependencies.blake3]
version = "1"

[dependencies.ed25519-dalek]
version = "2"
features = [
    "rand_core",
    "serde",
    "pkcs8",
    "pem",
]

[dependencies.hex]
version = "0.4"

[dependencies.pyo3]
version = "0.28"
features = ["macros"]
optional = true
default-features = false

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1.0"

[dependencies.ssh-key]
version = "0.6"
features = ["ed25519"]

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.zeroize]
version = "1"
features = ["zeroize_derive"]

[dev-dependencies.proptest]
version = "1"

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

[lints.clippy]
explicit_iter_loop = "warn"
flat_map_option = "warn"
implicit_clone = "warn"
needless_for_each = "warn"
semicolon_if_nothing_returned = "warn"
uninlined_format_args = "warn"
use_self = "warn"
useless_conversion = "warn"