# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "grpc" version = "0.8.3" authors = ["Stepan Koltsov "] description = "Rust implementation of gRPC" readme = "../README.md" keywords = ["grpc"] license = "MIT/Apache-2.0" repository = "https://github.com/stepancheg/grpc-rust" [lib] doctest = false [dependencies.base64] version = "0.9" [dependencies.bytes] version = "0.5.*" [dependencies.futures] version = "0.3.1" [dependencies.httpbis] version = "~0.9" [dependencies.log] version = "0.4" [dependencies.log-ndc] version = "0.2.*" [dependencies.tls-api] version = "0.4.*" [dependencies.tls-api-stub] version = "0.4.*" [dependencies.tokio] version = "~0.2.6" features = ["net", "uds", "io-util", "time"] [dev-dependencies.log-ndc-env-logger] version = "~0.2"