# 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 = "2018" name = "urlprobe" version = "0.4.0" authors = ["eikendev"] description = "A tool for probing URLs for their status code" homepage = "https://github.com/eikendev/urlprobe" readme = "README.md" license = "ISC" repository = "https://github.com/eikendev/urlprobe.git" [dependencies.anyhow] version = "1.0.41" [dependencies.argh] version = "0.1.4" [dependencies.futures] version = ">=0.3.8" [dependencies.http] version = ">=0.2.1" [dependencies.human-panic] version = "1.0.3" [dependencies.reqwest] version = ">=0.11" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ]