# 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 = "lagging_server" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a simple web server with latency, for testing purposes" homepage = "https://github.com/CleverCloud/lagging_server" readme = "README.md" license-file = "LICENSE" [[bin]] name = "lagging_server" path = "src/main.rs" [dependencies.actix-web] version = "^4.4.0" [dependencies.clap] version = "^4.3.21" features = ["derive"] [dependencies.rand] version = "0.8.5" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"