# 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 = "sonoff-minir3" version = "0.1.2" authors = ["Nikita Sivakov "] description = "Sonoff mini R3 API client" readme = "README.md" license = "MIT" repository = "https://github.com/sivakov512/sonoff-minir3-rs" [dependencies.anyhow] version = "1.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.trust-dns-resolver] version = "0.23" [dev-dependencies.async-std] version = "1.12" features = ["attributes"] [dev-dependencies.httpmock] version = "0.6" [dev-dependencies.jsonxf] version = "1.1" [dev-dependencies.rstest] version = "0.18.2"