# 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 = "wizrpc" version = "0.1.7" description = "[WIP] Rust support for the JSON-RPC variant used by the local network interface to control WizConnected devices" homepage = "https://github.com/aordano/wizrpc" documentation = "https://github.com/aordano/wizrpc" readme = "readme.md" license = "MIT" repository = "https://github.com/aordano/wizrpc" [dependencies.debug-helper] version = "0.3.13" [dependencies.field_types] version = "1.1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.local-ip-address] version = "0.5.1" [dependencies.macaddr] version = "1.0.1" features = ["serde_std"] [dependencies.optional_struct] version = "0.3.1" [dependencies.rand] version = "0.8.5" [dependencies.retry] version = "2.0.0" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" features = ["raw_value"] [dependencies.serial_test] version = "2.0.0" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.3" [dependencies.surge-ping] version = "0.8.0" [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.22.0" features = [ "net", "rt", "macros", "sync", "time", ] [dependencies.tokio-test] version = "0.4.2" [dependencies.uuid] version = "1.2.2" features = [ "v1", "rng", "std", ]