# 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" version = "0.4.0" authors = ["Tuetuopay "] description = "Async native round-robin manager for remote services" readme = "README.md" keywords = ["async", "round-robin"] categories = ["algorithms", "asynchronous", "concurrency"] license = "MIT" repository = "https://github.com/Tuetuopay/tourniquet" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.async-trait] version = "0.1" [dependencies.tokio] version = "1" features = ["sync"] [dependencies.tracing] version = "0.1" optional = true [dependencies.tracing-futures] version = "0.2" optional = true [dev-dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread", "net", "io-util"] [features] trace = ["tracing", "tracing-futures"]