# 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 = "ha-agent-rs" version = "0.2.2" description = "A simple Home Assistant agent written in Rust" documentation = "https://github.com/alekzanther/ha-agent-rs" readme = "README.md" license = "MIT" repository = "https://github.com/alekzanther/ha-agent-rs" [dependencies.anyhow] version = "1.0.71" [dependencies.async-tungstenite] version = "0.19.0" features = [ "tokio-runtime", "tokio-native-tls", ] [dependencies.dotenv] version = "0.15.0" [dependencies.dotenv_codegen] version = "0.15.0" [dependencies.futures] version = "0.3" [dependencies.inotify] version = "0.10.0" [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.structopt] version = "0.3.26" [dependencies.sys-info] version = "0.9.1" [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.tokio-native-tls] version = "0.3.1" [dependencies.url] version = "2.3.1" [dependencies.users] version = "0.11.0"