# 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 = "wled-json-api-library" version = "0.1.7" description = "WLED Json API in rust. Made with WLED ~14.0, but should work for more" readme = "README.md" keywords = [ "protocol", "json", "pixel", "wled", "api", ] categories = [ "network-programming", "api-bindings", ] license = "MIT" repository = "https://github.com/paulwrath1223/wled-json-api-library" [dependencies.reqwest] version = "0.11.22" features = [ "gzip", "blocking", ] [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde-aux-ext] version = "0.2.0" [dependencies.serde_json] version = "1.0.108" [dependencies.serde_repr] version = "0.1.17" [dependencies.thiserror] version = "1.0.50"