# 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 = "slimmemeter" version = "0.2.1" authors = ["Wouter Geraedts "] description = "DSMR5 serial TTY to MQTT exporter for your smart meter" homepage = "https://github.com/Wassasin/slimmemeter" readme = "README.md" keywords = [ "power", "meter", "dutch", "mqtt", "cli", ] categories = [ "command-line-utilities", "parser-implementations", ] license = "MIT" repository = "https://github.com/Wassasin/slimmemeter" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.dsmr5] version = "0.2" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.rumqttc] version = "0.18" features = ["url"] [dependencies.serde_json] version = "1.0" [dependencies.serial] version = "0.4" [dependencies.tokio] version = "1.22" features = ["full"]