# 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 = "tower-grpc" version = "0.1.1" authors = ["Tower Maintainers "] description = "A client and server gRPC implementation based on Tower.\n" homepage = "https://github.com/tower-rs/tower-grpc" documentation = "https://docs.rs/tower-grpc/0.1.0" readme = "README.md" license = "MIT" repository = "https://github.com/tower-rs/tower-grpc" [dependencies.base64] version = "0.10" [dependencies.bytes] version = "0.4.7" [dependencies.futures] version = "0.1" [dependencies.h2] version = "0.1.11" [dependencies.http] version = "0.1.14" [dependencies.http-body] version = "0.1" [dependencies.log] version = "0.4" [dependencies.percent-encoding] version = "1.0.1" [dependencies.prost] version = "0.5" optional = true [dependencies.tower-hyper] version = "0.1" optional = true [dependencies.tower-service] version = "0.2" [dependencies.tower-util] version = "0.1" [dev-dependencies.env_logger] version = "0.5" default-features = false [dev-dependencies.prost] version = "0.5" [dev-dependencies.tokio-core] version = "0.1" [features] default = ["protobuf"] protobuf = ["prost"]