# 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 = "smarthome-sdk-rs" version = "0.13.0" description = "A Rust client-library which makes communication with the Smarthome server easy" readme = "README.md" license = "GPL-2.0-only" repository = "https://github.com/smarthome-go/sdk-rs" [dependencies.bytes] version = "1.4.0" [dependencies.reqwest] version = "0.11.20" features = [ "json", "rustls-tls", ] default-features = false [dependencies.semver] version = "1.0.18" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.121" [dependencies.url] version = "2.4.1" [dev-dependencies.tokio] version = "1.32.0" features = ["full"]