# 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 = "yocalhost" version = "0.5.0" build = false exclude = ["test_data/"] autobins = false autoexamples = false autotests = false autobenches = false description = "an http development server that simulates latency and bandwidth limitations" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/michaelkirk/yocalhost" [lib] name = "yocalhost" path = "src/lib.rs" [[bin]] name = "yocalhost" path = "src/main.rs" [dependencies.async-speed-limit] version = "0.4.1" features = ["tokio"] [dependencies.byte-unit] version = "5.1.4" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.env_logger] version = "0.11.5" optional = true [dependencies.futures] version = "0.3.28" [dependencies.http-body-util] version = "0.1.2" [dependencies.hyper] version = "1.4.1" features = ["full"] [dependencies.hyper-staticfile] version = "0.10.1" [dependencies.hyper-util] version = "0.1.7" features = ["full"] [dependencies.log] version = "0.4.20" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tokio-util] version = "0.7.8" features = ["full"] [features] default = [ "stats", "env_logger", ] stats = []