# 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 = "deconz-exporter" version = "0.1.0" authors = ["Jaseem Abid "] description = "A very simple (and naive) Prometheus exporter for deCONZ Phoscon zigbee gateway" readme = "README.md" license = "MIT" repository = "https://github.com/jaseemabid/deconz-exporter" resolver = "2" [dependencies.clap] version = "3.1.5" features = ["derive"] [dependencies.env_logger] version = "0.9" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.prometheus] version = "0.13.0" [dependencies.reqwest] version = "0.11" features = ["json", "blocking"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tiny_http] version = "0.11.0" [dependencies.tungstenite] version = "0.17.1" [dependencies.url] version = "2.2.2"