[package] name = "cache-poker" version = "0.1.0" authors = ["Daniel Silverstone "] [dependencies] futures = "0.1" bytes = "0.4" env_logger = { version = "0.5", default-features = false } log = "0.4" http = "0.1" prost = "0.4" prost-derive = "0.4" prost-types = "0.4" tokio-core = "0.1" tower-h2 = { git = "https://github.com/tower-rs/tower-h2" } tower-http = { git = "https://github.com/tower-rs/tower-http" } tower-service = { git = "https://github.com/tower-rs/tower" } # Can switch back to tower-rs' version if they resolve my issue tower-grpc = { git = "https://github.com/kinnison/tower-grpc" } [build-dependencies] # Can switch back to tower-rs' version if they resolve my issue tower-grpc-build = { git = "https://github.com/kinnison/tower-grpc" } prost-build = "0.4" [patch.crates-io] http = { git = "http://github.com/hyperium/http", rev = "5f362a32278891672f428d570d46387fe6896a5d" } # Can remove the following as and when my change gets merged (if it does) prost = { git = "http://github.com/kinnison/prost" } prost-derive = { git = "http://github.com/kinnison/prost" } prost-types = { git = "http://github.com/kinnison/prost" } prost-build = { git = "http://github.com/kinnison/prost" }