# 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 = "thruster-grpc" version = "0.2.3" authors = ["Pete Mertz "] description = "A GRPC library for use with thruster" readme = "README.md" license = "MIT" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.0.1" [dependencies.futures] version = "0.3.5" [dependencies.http] version = "0.2.4" [dependencies.http-body] version = "0.4.4" [dependencies.hyper] version = "0.14.8" features = [ "http1", "http2", "runtime", "server", "stream", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.prost] version = "0.11" [dependencies.serde] version = "1.0.110" features = ["derive"] [dependencies.serde_json] version = "1.0.53" [dependencies.thruster] version = "1.3.5" features = ["hyper_server"] [dependencies.tokio] version = "1.24" features = ["full"] [dependencies.tokio-stream] version = "0.1.14"