# 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 = "kuma-cli" version = "0.8.0" authors = ["Marco Kirchner "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool for managing and interacting with Uptime Kuma" readme = "README.md" keywords = [ "uptime-kuma", "api", "automation", "monitoring", "socketio", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/BigBoot/AutoKuma" [[bin]] name = "kuma" path = "src/main.rs" [dependencies.clap] version = "4.5.15" features = ["derive"] [dependencies.config] version = "0.14.0" [dependencies.const-str] version = "0.5.7" features = ["proc"] [dependencies.dirs] version = "5.0.1" [dependencies.flexi_logger] version = "0.28.5" features = ["compress"] [dependencies.inkjet] version = "0.10.5" features = [ "language-yaml", "language-json", ] default-features = false [dependencies.kuma-client] version = "0.8.0" [dependencies.log] version = "0.4.22" [dependencies.owo-colors] version = "4.0.0" [dependencies.serde] version = "1.0.207" features = ["derive"] [dependencies.serde_json] version = "1.0.124" [dependencies.serde_yaml] version = "0.9.34" [dependencies.supports-color] version = "3.0.0" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.toml] version = "0.8.19"