# 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" rust-version = "1.56" name = "emwin-tg" version = "0.1.0" description = "A client for the the NWS Emergency Managers Weather Information Network telecommunications gateway" keywords = ["weather", "noaa", "emwin", "nwws"] categories = ["api-bindings", "science"] license = "MIT OR Apache-2.0" repository = "https://github.com/willglynn/emwin-tg" resolver = "2" [dependencies.bytes] version = "1.1" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.16" features = ["rt", "macros", "sync"] [dependencies.zip] version = "0.5" features = ["deflate"] [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.tokio] version = "1.16" features = ["full"] [dev-dependencies.tokio-test] version = "0.4"