ockam_node_attribute 0.27.0

Ockam node attribute proc_macro.
Documentation
[package]
name = "ockam_node_attribute"
categories = ["cryptography", "asynchronous", "authentication","network-programming"]
version = "0.27.0"
authors = ["Ockam Developers"]
edition = "2018"
license = "Apache-2.0"
homepage = "https://github.com/ockam-network/ockam"
repository = "https://github.com/ockam-network/ockam/tree/develop/implementations/rust/ockam/ockam_node_attribute"
readme = "README.md"
keywords = ["ockam", "crypto", "macro", "proc-macro", "attribute"]
description = """
Ockam node attribute proc_macro.
"""
exclude = [
    "DEVELOP.md",
    "LICENSE"
]

[lib]
proc-macro = true

[features]
default = []

# Feature: "no_main" allows you to define an ockam node inside your
# own program entry-point rather than having ockam define the main()
# function. This is particularly useful on baremetal platforms.
no_main = []
std = ["alloc"]
no_std = []
alloc = []

[dependencies]
quote = "1.0.9"
syn = {version = "1.0", features = ["full", "extra-traits"]}