# 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 = "2018" name = "throttle-client" version = "0.5.4" authors = ["Markus Klein "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Client for Throttle. Throttle is an http semaphore service, providing semaphores for distributed systems." readme = "Readme.md" keywords = [ "semaphore", "http", ] categories = ["concurrency"] license = "MIT" repository = "https://github.com/pacman82/throttle.git" [lib] name = "throttle_client" path = "src/lib.rs" [dependencies.humantime] version = "2.1.0" [dependencies.humantime-serde] version = "1.1.1" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.serde] version = "1.0.210" [dependencies.thiserror] version = "1.0.63"