# 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 = "snarkos-node-messages" version = "2.1.7" authors = ["The Aleo Team "] description = "Node messages for a decentralized operating system" homepage = "https://aleo.org" readme = "README.md" keywords = [ "aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge", ] categories = [ "cryptography", "operating-systems", ] license = "Apache-2.0" repository = "https://github.com/AleoHQ/snarkOS" [dependencies.anyhow] version = "1.0.75" [dependencies.bincode] version = "1.0" [dependencies.bytes] version = "1" [dependencies.indexmap] version = "2.0" [dependencies.kadmium] version = "0.6.0" features = [ "codec", "sync", ] [dependencies.rayon] version = "1" [dependencies.serde] version = "1" [dependencies.snarkvm] version = "=0.14.6" features = [ "circuit", "console", "rocks", ] [dependencies.snow] version = "0.9.3" [dependencies.tokio] version = "1.28" features = [ "io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time", ] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.tracing] version = "0.1" [features] default = [] test = []