# 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" rust-version = "1.76" name = "allup" version = "0.1.1" authors = ["Jonathan Cornaz"] description = "A CLI to check that all (configured) services are currently up" readme = "README.md" keywords = [ "cli", "status", "check", ] categories = ["command-line-interface"] license = "Unlicense" repository = "https://github.com/jcornaz/allup" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.colored] version = "2.1" [dependencies.main_error] version = "0.1.2" [dependencies.reqwest] version = "0.12.4" features = ["rustls-tls"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.37" features = [ "rt-multi-thread", "macros", "time", ] [dependencies.toml] version = "0.8.12" features = ["parse"] default-features = false [dependencies.url] version = "2.5" features = ["serde"] [dev-dependencies]