# 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 = "nwws-oi" version = "0.2.1" authors = ["Will Glynn "] description = "A client for the NOAA Weather Wire Service Open Interface" readme = "README.md" keywords = [ "weather", "noaa", "nwws", ] categories = [ "api-bindings", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/willglynn/nwws-oi" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.jid] version = "0.9" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "sync", "time", "rt", ] [dependencies.tokio-xmpp] version = "3.2" [dependencies.uuid] version = "0.8" features = ["v4"] [dependencies.xmpp-parsers] version = "0.19" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.tokio] version = "1" features = ["full"]