# 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 = "zymrhit" version = "0.1.4" authors = ["624593758@qq.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "http load generator" homepage = "https://github.com/zhangyemengren/hit#readme" readme = "README.md" license = "MIT" repository = "https://github.com/zhangyemengren/hit" [[bin]] name = "zymrhit" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.crossterm] version = "0.28" features = ["event-stream"] [dependencies.futures] version = "0.3.31" [dependencies.ratatui] version = "0.29.0" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "signal", ] [dependencies.tokio-util] version = "0.7.12"