# 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 = "2018" name = "kasa_exporter" version = "0.4.0" authors = ["Ivan Babrou "] description = "Prometheus exporter for TP-Link kasa devices" readme = "README.md" license = "MIT" repository = "https://github.com/bobrik/kasa_exporter" [dependencies.axum] version = "0.7" features = [ "http1", "tokio", ] default-features = false [dependencies.clap] version = "4" features = [ "std", "derive", "color", "usage", "help", ] default-features = false [dependencies.futures] version = "0.3" default-features = false [dependencies.prometheus-client] version = "0.22" default-features = false [dependencies.serde] version = "1" default-features = false [dependencies.serde_derive] version = "1" default-features = false [dependencies.serde_json] version = "1" features = ["std"] default-features = false [dependencies.tokio] version = "1" features = [ "macros", "rt", "net", "io-util", ] default-features = false [dependencies.tplink-shome-protocol] version = "0.1.1" default-features = false