# 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 = "2018" name = "lifx-rs" version = "0.1.30" authors = ["Caleb Mitchell Smith-Woolrich "] description = "A synchronous + asynchronous library for communicating with the official LIFX-API and the unoffical offline API." documentation = "https://docs.rs/lifx-rs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/PixelCoda/lifx-rs" [dependencies.byteorder] version = "1.4.3" [dependencies.reqwest] version = "0.11.17" features = [ "blocking", "json", ] default-features = false [dependencies.serde] version = "1.0.162" features = ["derive"] [dependencies.serde_derive] version = "1.0.130" [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.40" [dependencies.trust-dns-resolver] version = "0.22.0" [features] default = [ "reqwest/default-tls", "trust-dns-resolver/dns-over-native-tls", ]