# 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 = "ort-grpc" version = "0.2.0" authors = ["Oliver Gould "] description = "A gRPC client and server for the Ort proxy load-testing harness" license = "Apache-2.0" [dependencies.async-trait] version = "0.1" optional = true [dependencies.drain] version = "0.1" optional = true [dependencies.futures] version = "0.3" optional = true default-features = false [dependencies.http] version = "0.2" optional = true [dependencies.ort-core] version = "0.2" optional = true [dependencies.prost] version = "0.8" [dependencies.prost-types] version = "0.8" [dependencies.tokio] version = "1" optional = true [dependencies.tonic] version = "0.5" features = ["prost", "codegen"] default-features = false [dependencies.tracing] version = "0.1" optional = true [build-dependencies.tonic-build] version = "0.5" features = ["prost"] default-features = false [features] client = ["async-trait", "http", "ort-core", "tracing", "transport"] rustfmt = ["tonic-build/rustfmt"] server = ["async-trait", "drain", "futures", "ort-core", "tokio/time", "tracing", "transport"] transport = ["tonic-build/transport", "tonic/transport"]