snarkvm-ledger-narwhal-data 1.1.0

A batch certificate for a Narwhal-style memory pool in a decentralized virtual machine
Documentation
[dependencies.bytes]
version = "1"

[dependencies.console]
package = "snarkvm-console"
version = "=1.1.0"

[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0"

[dependencies.tokio]
features = ["rt"]
optional = true
version = "1"

[dev-dependencies]

[features]
async = ["tokio"]

[lib]
name = "snarkvm_ledger_narwhal_data"
path = "src/lib.rs"

[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 = "A batch certificate for a Narwhal-style memory pool in 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-ledger-narwhal-data"
readme = "README.md"
repository = "https://github.com/AleoNet/snarkVM"
version = "1.1.0"