# 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" name = "ginepro" version = "0.8.1" description = "A client-side gRPC channel implementation for tonic" readme = "README.md" keywords = [ "gRPC", "tonic", "channel", "load", "balancer", ] categories = [ "asynchronous", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/TrueLayer/ginepro" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.http] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tonic] version = "0.12" features = ["tls"] [dependencies.tower] version = "0.4" features = ["discover"] default-features = false [dependencies.tracing] version = "0.1" [dependencies.trust-dns-resolver] version = "0.23" [dev-dependencies.proptest] version = "1"