# 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 = "hcctl" version = "2.0.9" authors = [ "Harsh Shandilya ", "Iain Earl ", ] include = [ "src/**/*", "../LICENSE-*", "README.md", ] description = "Command-line tool for interacting with a https://healthchecks.io account" homepage = "https://github.com/msfjarvis/healthchecks-rs" readme = "README.md" keywords = ["healthchecks"] license = "MIT/Apache-2.0" repository = "https://github.com/msfjarvis/healthchecks-rs" [dependencies.clap] version = "4.5.4" features = [ "color", "deprecated", "derive", ] [dependencies.color-eyre] version = "0.6.3" default-features = false [dependencies.comfy-table] version = "7.1.1" [dependencies.healthchecks] version = "^3.1.7" features = ["v3"] [dependencies.time] version = "0.3.36" features = ["parsing"] [dependencies.uuid] version = "1.8.0" features = ["v1"] default-features = false [dev-dependencies.time] version = "0.3.36" features = [ "parsing", "macros", ]