# 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 = "tado" version = "1.1.0" description = "A simple library to interact with the Tado API" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/mossida/tado" [dependencies.chrono] version = "0.4.37" features = ["serde"] optional = true [dependencies.chrono-tz] version = "0.8.6" features = ["serde"] optional = true [dependencies.oauth2] version = "4.4.2" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0.179" [dependencies.serde_json] version = "1.0.115" [dependencies.strum] version = "0.26.2" features = ["derive"] [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1" features = ["full"] [features] chrono = [ "dep:chrono", "dep:chrono-tz", ]