# 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 = "proxytester" version = "0.1.0" description = "A simple and fast proxy tester" readme = "README.md" license = "MIT" repository = "https://github.com/einstein8612/proxytester" [[bin]] name = "proxytester" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.curl] version = "0.4.46" [dependencies.futures] version = "0.3.30" [dependencies.ratatui] version = "0.27.0" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.38.1" features = ["full"] [dev-dependencies.http-test-server] version = "2.1.1" [dev-dependencies.tempdir] version = "0.3.7"