# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "snarkvm-ledger-narwhal-batch-header-debug" version = "0.16.18" authors = ["The Aleo Team "] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md", ] description = "A batch header for a Narwhal-style memory pool in a decentralized virtual machine" homepage = "https://aleo.org" readme = "README.md" keywords = [ "aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge", ] categories = [ "compilers", "cryptography", "mathematics", "wasm", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/AleoHQ/snarkVM" [dependencies.console] version = "=0.16.15" package = "snarkvm-console" [dependencies.indexmap] version = "2.0" features = ["serde"] [dependencies.narwhal-transmission-id] version = "=0.16.15" package = "snarkvm-ledger-narwhal-transmission-id" [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.time] version = "0.3" optional = true [dependencies.tracing] version = "0.1" [dev-dependencies.bincode] version = "1.3" [features] default = [] serial = ["console/serial"] test-helpers = [ "narwhal-transmission-id/test-helpers", "time", ] wasm = ["console/wasm"]