[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[lib]
proc-macro = true
[package]
authors = ["The Aleo Team <hello@aleo.org>"]
categories = ["compilers", "cryptography", "mathematics", "wasm", "web-programming"]
description = "Canonical serialization for a decentralized virtual machine"
edition = "2021"
homepage = "https://aleo.org"
include = ["Cargo.toml", "src", "README.md", "LICENSE.md"]
keywords = ["aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge"]
license = "Apache-2.0"
name = "snarkvm-utilities-derives"
readme = "README.md"
repository = "https://github.com/AleoHQ/snarkVM"
version = "0.14.6"