ockam_macros 0.34.0

End-to-end encryption and mutual authentication for distributed applications.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[features]
alloc = []
default = []
no_std = []
std = ["alloc"]

[lib]
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Ockam Developers"]
categories = ["cryptography", "asynchronous", "authentication", "network-programming", "embedded"]
description = "End-to-end encryption and mutual authentication for distributed applications."
edition = "2021"
homepage = "https://github.com/build-trust/ockam"
keywords = ["ockam", "crypto", "cryptography", "network-programming", "encryption"]
license = "Apache-2.0"
name = "ockam_macros"
publish = true
readme = "README.md"
repository = "https://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_macros"
rust-version = "1.56.0"
version = "0.34.0"