# 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 = "tradfri_gateway" version = "0.2.0" authors = ["Fredrik Söderström "] description = "A rust crate for connecting to the Ikea TRÅDFRI gateway, and for controlling your home devices through the gateway." homepage = "https://github.com/tirithen/tradfri_gateway" readme = "README.md" keywords = [ "ikea", "tradfri", "coap", "dtls", "homeautomation", ] categories = [ "api-bindings", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tirithen/tradfri_gateway" [dependencies.bytes] version = "0.4.11" [dependencies.chrono] version = "0.4.31" [dependencies.coap] version = "0.8" [dependencies.log] version = "0.4.6" [dependencies.mdns-sd] version = "0.9.3" [dependencies.openssl] version = "0.10.19" features = ["vendored"] [dependencies.openssl-probe] version = "0.1.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.49" [features]