# 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 = "desktop2mqtt" version = "0.3.0" authors = ["Max Jöhnk "] description = "A daemon to integrate any pc into your home automation system." readme = "README.md" license = "MIT" repository = "https://github.com/maxjoehnk/desktop2mqtt" [package.metadata.deb] section = "utility" priority = "optional" assets = [ [ "target/release/desktop2mqtt", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/desktop2mqtt/README", "644", ], ] depends = "$auto" extended-description = "A daemon to integrate any pc into your home automation system.Primarily intended for [Home Assistant](https://home-assistant.io)." [dependencies.anyhow] version = "1" [dependencies.directories-next] version = "2" [dependencies.env_logger] version = "0.9.0" [dependencies.futures-util] version = "0.3" [dependencies.humantime-serde] version = "1" [dependencies.log] version = "0.4" [dependencies.mqtt-async-client] version = "0.3.1" [dependencies.notify-rust] version = "4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.structopt] version = "0.3" [dependencies.systemstat] version = "0.2" [dependencies.tokio] version = "1" features = [ "fs", "rt-multi-thread", "sync", "signal", "time", "process", ] [dependencies.user-idle] version = "0.5.2"