# 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 = "tourniquet-tonic" version = "0.5.0" authors = ["Tuetuopay "] description = "Async native round-robin manager for remote services. Tonic integration." readme = "README.md" keywords = [ "async", "round-robin", ] categories = [ "algorithms", "asynchronous", "concurrency", ] license = "MIT" repository = "https://github.com/Tuetuopay/tourniquet" [dependencies.async-trait] version = "0.1" [dependencies.http] version = "0.2" [dependencies.log] version = "0.4" [dependencies.tonic] version = "0.10" features = ["transport"] default-features = false [dependencies.tourniquet] version = "0.4" [dependencies.tower-service] version = "0.3" [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.prost] version = "0.12" [dev-dependencies.prost-types] version = "0.12" [dev-dependencies.serde] version = "1" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "net", "io-util", ] [dev-dependencies.tonic] version = "0.10" [features] trace = [ "tracing", "tourniquet/trace", ]