snarkvm-utilities-derives 1.1.0

Canonical serialization for a decentralized virtual machine
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

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

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

[package]
authors = ["The Aleo Team <hello@aleo.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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/AleoNet/snarkVM"
version = "1.1.0"