# 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 = "danfoss-ally-rs" version = "0.0.3" authors = ["Benny Gaechter"] description = """ A simple rust library to interact with the danfoss ally api """ documentation = "https://github.com/bgaechter/danfoss-ally-rs/wiki" readme = "README.md" keywords = [ "danfoss", "home-automation", "danfoss-ally", "danfoss-api", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/bgaechter/danfoss-ally-rs" resolver = "2" [dependencies.base64] version = "0.20.0" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.13" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.tokio] version = "1" features = ["full"]