# 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 = "reqwest-lb" version = "0.1.3" authors = ["sodax "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The reqwest load balancer middleware" homepage = "https://github.com/w-sodalite/reqwest-lb.git" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/w-sodalite/reqwest-lb.git" [package.metadata.release] allow-branch = ["main"] consolidate-commits = true pre-release-commit-message = "Release {{version}}" registry = "crates-io" shared-version = true tag-name = "v{{version}}" [lib] name = "reqwest_lb" path = "src/lib.rs" [[test]] name = "load_balancer_discovery" path = "tests/load_balancer_discovery.rs" [[test]] name = "load_balancer_factory" path = "tests/load_balancer_factory.rs" [[test]] name = "load_balancer_policy" path = "tests/load_balancer_policy.rs" [[test]] name = "load_balancer_retry" path = "tests/load_balancer_retry.rs" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.http] version = "1.1" [dependencies.pin-project-lite] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.12" [dependencies.reqwest-middleware] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.40" features = ["sync"] [dependencies.tracing] version = "0.1" [dev-dependencies.reqwest-retry] version = "0.6" [dev-dependencies.tokio] version = "1.40" features = ["full"]