# 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.56.1" name = "libp2p-episub" version = "0.1.13" authors = ["Karim Agha "] exclude = ["test", "docker-compose.yml", "Dockerfile"] description = "Episub: Proximity Aware Epidemic PubSub for libp2p" homepage = "https://solcial.io/" keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchornous"] license = "MIT" repository = "https://github.com/solcial/libp2p-episub" resolver = "2" [dependencies.asynchronous-codec] version = "0.6" [dependencies.futures] version = "0.3.18" [dependencies.libp2p-core] version = "0.31.0" [dependencies.libp2p-swarm] version = "0.33.0" [dependencies.multiaddr] version = "0.13.0" [dependencies.prost] version = "0.9" [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "1.0.30" [dependencies.tracing] version = "0.1.29" [dependencies.unsigned-varint] version = "0.7.0" features = ["asynchronous_codec"] [build-dependencies.prost-build] version = "0.9"