# 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 = "zpowergraph" version = "1.1.2" description = "Listen to Zigbee2MQTT messages for smart plugs (Nous A1Z) and store power consumption data in a SQLite database." readme = "README.md" license = "MPL-2.0" repository = "https://github.com/bitfl0wer/zpowergraph" [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.21" [dependencies.rand] version = "0.8.5" [dependencies.rumqttc] version = "0.24.0" [dependencies.sea-query] version = "0.30.7" features = [ "backend-sqlite", "derive", "sea-query-derive", ] default-features = false [dependencies.sea-query-binder] version = "0.5.0" features = [ "sqlx-sqlite", "with-bigdecimal", "with-time", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.sqlx] version = "0.7.4" features = ["runtime-tokio"] [dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "time", "macros", ]