# 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" rust-version = "1.65" name = "hypar" version = "1.0.3" authors = ["Karim Agha "] description = "General-purpose infection-style p2p gossiping protocol" readme = "README.md" keywords = [ "networking", "p2p", "gossip", ] license = "MIT" repository = "https://github.com/karim-agha/hypar" [lib] doctest = false [dependencies.asynchronous-codec] version = "0.6" [dependencies.bimap] version = "0.6" [dependencies.bytes] version = "1.2" features = ["serde"] [dependencies.futures] version = "0.3.25" [dependencies.libp2p] version = "0.50" features = [ "serde", "yamux", "noise", "secp256k1", "dns", "tcp", "tokio", ] default-features = false [dependencies.metrics] version = "0.21" [dependencies.multihash] version = "0.17" features = ["serde-codec"] [dependencies.once_cell] version = "1.16" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8.5" [dependencies.rmp-serde] version = "1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.22" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.unsigned-varint] version = "0.7" features = ["asynchronous_codec"]