# 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 = "plm" version = "0.1.1" authors = ["James Willcox "] description = "Interact with INSTEON home automation devices." readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.32" [dependencies.async-std] version = "1.6.3" features = ["attributes"] [dependencies.bitflags] version = "1.2.1" [dependencies.bytes] version = "0.5.6" [dependencies.futures] version = "0.3.5" [dependencies.futures-timer] version = "3.0.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.11" [dependencies.nom] version = "5.1.2" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.prettytable-rs] version = "0.8.0" [dependencies.structopt] version = "0.3.17" [dependencies.thiserror] version = "1.0.20" [dependencies.tokio] version = "0.2.22" features = ["io-util", "fs", "macros", "time", "net", "dns"] [dependencies.tokio-serial] version = "4.3.3" [dependencies.tokio-util] version = "0.3.1" features = ["codec"]