[package] name = "snarkvm-ledger-narwhal-batch-header-debug" version = "0.16.18" authors = [ "The Aleo Team " ] description = "A batch header for a Narwhal-style memory pool in a decentralized virtual machine" homepage = "https://aleo.org" repository = "https://github.com/AleoHQ/snarkVM" keywords = [ "aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge" ] categories = [ "compilers", "cryptography", "mathematics", "wasm", "web-programming" ] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ] license = "Apache-2.0" edition = "2021" [features] default = [ ] serial = [ "console/serial" ] wasm = [ "console/wasm" ] test-helpers = [ "narwhal-transmission-id/test-helpers", "time" ] [dependencies.console] package = "snarkvm-console" path = "../../../console" version = "=0.16.15" [dependencies.narwhal-transmission-id] package = "snarkvm-ledger-narwhal-transmission-id" path = "../transmission-id" version = "=0.16.15" [dependencies.indexmap] version = "2.0" features = [ "serde" ] [dependencies.serde_json] version = "1.0" features = [ "preserve_order" ] [dependencies.time] version = "0.3" optional = true [dev-dependencies.bincode] version = "1.3" [dev-dependencies.snarkvm-ledger-narwhal-batch-header] path = "." features = [ "test-helpers" ] [dependencies.tracing] version = "0.1"