# 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 = "zebra-network" version = "1.0.0-beta.42" authors = [ "Zcash Foundation ", "Tower Maintainers ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Networking code for Zebra" homepage = "https://zfnd.org/zebra/" readme = "README.md" keywords = [ "zebra", "zcash", ] categories = [ "asynchronous", "cryptography::cryptocurrencies", "encoding", "network-programming", ] license = "MIT" repository = "https://github.com/ZcashFoundation/zebra" [lib] name = "zebra_network" path = "src/lib.rs" [[test]] name = "acceptance" path = "tests/acceptance.rs" [dependencies.bitflags] version = "2.5.0" [dependencies.byteorder] version = "1.5.0" [dependencies.bytes] version = "1.8.0" [dependencies.chrono] version = "0.4.38" features = [ "clock", "std", ] default-features = false [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3.31" [dependencies.hex] version = "0.4.3" [dependencies.howudoin] version = "0.1.2" optional = true [dependencies.humantime-serde] version = "1.1.1" [dependencies.indexmap] version = "2.6.0" features = ["serde"] [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.metrics] version = "0.24.0" [dependencies.num-integer] version = "0.1.46" [dependencies.ordered-map] version = "0.4.2" [dependencies.pin-project] version = "1.1.6" [dependencies.proptest] version = "1.4.0" optional = true [dependencies.proptest-derive] version = "0.5.0" optional = true [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0.211" features = ["serde_derive"] [dependencies.tempfile] version = "3.13.0" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.41.0" features = [ "fs", "io-util", "net", "time", "tracing", "macros", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1.16" features = [ "sync", "time", ] [dependencies.tokio-util] version = "0.7.12" features = ["codec"] [dependencies.tower] version = "0.4.13" features = [ "retry", "discover", "load", "load-shed", "timeout", "util", "buffer", ] [dependencies.tracing] version = "0.1.39" [dependencies.tracing-error] version = "0.2.0" features = ["traced-error"] [dependencies.tracing-futures] version = "0.2.5" [dependencies.zebra-chain] version = "1.0.0-beta.42" features = ["async-error"] [dev-dependencies.proptest] version = "1.4.0" [dev-dependencies.proptest-derive] version = "0.5.0" [dev-dependencies.static_assertions] version = "1.1.0" [dev-dependencies.tokio] version = "1.41.0" features = [ "full", "tracing", "test-util", ] [dev-dependencies.toml] version = "0.8.19" [features] default = [] progress-bar = ["howudoin"] proptest-impl = [ "proptest", "proptest-derive", "zebra-chain/proptest-impl", ]