# 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 = "2018" name = "redis-grpc" version = "0.0.4" authors = ["Roy Tang. "] description = "gRPC bridging for redis" readme = "README.md" keywords = ["gRPC", "redis", "web"] license-file = "LICENSE" [dependencies.anyhow] version = "1.0.44" [dependencies.async-trait] version = "0.1.51" [dependencies.clap] version = "3.0.0-beta.4" features = ["default"] [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.14" [dependencies.prost] version = "0.8.0" [dependencies.prost-types] version = "0.8.0" [dependencies.redis] version = "0.21.2" features = ["tokio-comp"] [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.7" [dependencies.tonic] version = "0.5.2" [dependencies.tonic-web] version = "0.1.0" [dependencies.tracing] version = "0.1.28" [dependencies.tracing-subscriber] version = "0.2.24" [build-dependencies.tonic-build] version = "0.5.2"