# 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-client" version = "0.8.0" authors = ["Marco Kirchner "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust wrapper for the Uptime Kuma Socket.IO API" readme = "README.md" keywords = [ "uptime-kuma", "api", "monitoring", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/BigBoot/AutoKuma" [lib] name = "kuma_client" path = "src/lib.rs" [[example]] name = "create_monitor" path = "examples/create_monitor.rs" [[example]] name = "get_monitors" path = "examples/get_monitors.rs" [dependencies.config] version = "0.14.0" [dependencies.const-str] version = "0.5.7" features = ["proc"] [dependencies.derivative] version = "2.2.0" [dependencies.futures-util] version = "0.3.30" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.22" [dependencies.native-tls] version = "0.2.12" [dependencies.regex] version = "1.10.6" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.rust_socketio] version = "0.6.0" features = ["async"] [dependencies.serde] version = "1.0.207" features = ["derive"] [dependencies.serde-inline-default] version = "0.2.0" [dependencies.serde_alias] version = "0.0.2" [dependencies.serde_json] version = "1.0.124" [dependencies.serde_merge] version = "0.1.3" [dependencies.serde_repr] version = "0.1.19" [dependencies.serde_with] version = "3.9.0" features = ["time_0_3"] [dependencies.shadow-rs] version = "0.32.0" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.time] version = "0.3.36" features = ["serde"] [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.url] version = "2.5.2" features = ["serde"] [build-dependencies.serde] version = "1.0.207" features = ["derive"] [build-dependencies.serde_json] version = "1.0.124" [build-dependencies.shadow-rs] version = "0.32.0" [features] private-api = []