[package]
edition = "2024"
name = "mnemo-mesh"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SPIFFE-style identity + per-namespace ACL for Mnemo agents (v0.4.0 P0-2). Speaks the lifecycle-attestation envelope Cloudflare Mesh expects."
readme = false
license = "Apache-2.0"
repository = "https://github.com/sattyamjjain/mnemo"
resolver = "2"
[lib]
name = "mnemo_mesh"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.hex]
version = "0.4"
[dependencies.hmac]
version = "0.13"
[dependencies.mnemo-core]
version = "0.4.2"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.11"
[dependencies.thiserror]
version = "2.0"
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
version = "1.11"
features = [
"v7",
"serde",
]
[dev-dependencies.tokio]
version = "1.48"
features = [
"full",
"test-util",
"macros",
]