# 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-celery" version = "0.2.0" authors = ["Tuetuopay "] description = "Async native round-robin manager for remote services. celery 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.celery] version = "0.5" default-features = false [dependencies.log] version = "0.4" [dependencies.tourniquet] version = "0.4" [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.serde] version = "1.0" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "net", "io-util", ] [features] trace = [ "tracing", "tourniquet/trace", ]