# 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-server" version = "0.5.4" authors = ["Markus Klein"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provide semaphores for distributed systems via an http interface" readme = "Readme.md" keywords = [ "semaphore", "http", ] categories = ["concurrency"] license = "MIT" repository = "https://github.com/pacman82/throttle.git" [[bin]] name = "throttle" path = "src/main.rs" [[test]] name = "client" path = "tests/client.rs" [[test]] name = "common" path = "tests/common.rs" [dependencies.async-events] version = "0.2.0" [dependencies.axum] version = "0.7.5" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.humantime-serde] version = "1.1.1" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" features = ["serde"] [dependencies.percent-encoding] version = "2.3.1" [dependencies.prometheus] version = "0.13.4" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.210" [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.40.0" features = [ "rt-multi-thread", "macros", "time", ] [dependencies.toml] version = "0.8.19" [dependencies.version] version = "3.0.0" [dev-dependencies.tempfile] version = "3.12.0" [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [features]