# 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 = "rurlr" version = "0.3.0" authors = ["Chris Quinn "] description = "Simple CLI url checker that pings the target to see if its up" readme = "README.md" categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.log] version = "0.4.18" [dependencies.reqwest] version = "0.11.4" [dependencies.rustout] version = "0.4.0" [dependencies.tokio] version = "1.28.0" features = ["full"] [dependencies.url] version = "2.3.1"