# 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 = "rprobe" version = "0.7.0" authors = ["Volker Schwaberow "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple tool to probe a remote host http or https connection" homepage = "https://github.com/vschwaberow/rprobe.git" readme = "README.md" keywords = [ "rust", "network", "security", "network", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/vschwaberow/rprobe.git" [profile.release] opt-level = "s" lto = true codegen-units = 1 strip = "symbols" [[bin]] name = "rprobe" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.2.0" features = ["derive"] [dependencies.governor] version = "0.7.0" [dependencies.indicatif] version = "0.17.8" features = ["rayon"] [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.11.1" [dependencies.reqwest] version = "0.12.8" [dependencies.tokio] version = "1" features = ["full"]