# 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.0" name = "libp2p-grpc-rs" version = "0.1.2" authors = ["Bill.W <0xbillw@gmail.com>"] description = "A library running gRPC on LibP2P for Rust" readme = "README.md" keywords = [ "libp2p", "gRPC", "networking", "peer-to-peer", ] categories = [ "network-programming", "asynchronous", ] license-file = "LICENSE" repository = "https://github.com/0xbillw/libp2p-grpc-rs" [dependencies.futures] version = "0.3" [dependencies.libp2p] version = "0.51" [dependencies.pin-project] version = "1.0" [dependencies.smallvec] version = "1.6" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] [dependencies.tonic] version = "0.9.2" [dependencies.tower] version = "0.4" [dependencies.tracing] version = "0.1.16" [dependencies.void] version = "1.0"