# 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 = "honeywell-tcc" version = "0.1.0" authors = ["Tobias de Bruijn "] description = "Wrapper for the Honeywell TCC API" readme = "README.md" categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/TobiasDeBruijn/honeywell-tcc-rs" [dependencies.reqwest] version = "0.11.20" features = [ "json", "rustls-tls", "cookies", ] default-features = false [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.thiserror] version = "1.0.48" [dev-dependencies.color-eyre] version = "0.6.2" [dev-dependencies.tokio] version = "1.32.0" features = [ "rt", "macros", ]