# 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 = "tplink-hs110" version = "0.2.0" authors = ["Vladyslav Movchan"] description = "A CLI tool and a library to control TP-Link HS110/HS100 SmartPlugs over Wi-Fi" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/vladmovchan/tplink-hs110" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.thiserror] version = "1.0.58" [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.serial_test] version = "3.0.0"