# 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 = "awair-local-api" version = "0.1.0" authors = ["William Woodruff "] description = "A small Rust binding for the Awair Local API" homepage = "https://github.com/woodruffw/awair-local-api.rs" readme = "README.md" keywords = ["api"] categories = ["network-programming"] license-file = "LICENSE" repository = "https://github.com/woodruffw/awair-local-api.rs" [package.metadata.release] dev-version = false publish = false push = true [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.0"