# 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 = "mysten-network" version = "0.2.0" authors = ["Brandon Williams "] publish = ["crates-io"] description = "Mysten's network tooling" license = "Apache-2.0" repository = "https://github.com/mystenlabs/mysten-infra" resolver = "1" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.2.1" [dependencies.eyre] version = "0.6.8" [dependencies.futures] version = "0.3.21" [dependencies.http] version = "0.2.8" [dependencies.multiaddr] version = "0.14.0" [dependencies.serde] version = "1.0.140" features = ["derive"] [dependencies.tokio] version = "1.20.1" features = [ "sync", "rt", "macros", ] [dependencies.tokio-stream] version = "0.1.9" features = ["net"] [dependencies.tonic] version = "0.8.0" features = ["transport"] [dependencies.tonic-health] version = "0.7.0" [dependencies.tower] version = "0.4.13" features = ["full"] [dependencies.tower-http] version = "0.3.4" features = [ "trace", "set-header", "propagate-header", ] [dependencies.tracing] version = "0.1.36"