# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "houseflow-device" version = "0.1.1" authors = ["Grzegorz Baranski "] description = "Device for Houseflow" homepage = "https://github.com/gbaranski/houseflow" license = "GPL-3.0-or-later" repository = "https://github.com/gbaranski/houseflow" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.50" [dependencies.bytes] version = "1.0" [dependencies.futures-util] version = "0.3" [dependencies.houseflow-config] version = "0.1.1" features = ["device"] [dependencies.houseflow-types] version = "0.1.1" features = ["lighthouse"] [dependencies.http] version = "0.2.4" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0.126" [dependencies.serde_json] version = "1.0.64" [dependencies.strum] version = "0.21.0" features = ["derive"] [dependencies.tokio] version = "1.5" features = ["rt-multi-thread", "macros", "fs", "sync"] [dependencies.tokio-tungstenite] version = "0.14" [dependencies.tungstenite] version = "0.13" [dependencies.url] version = "2.2"