# 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 = "monsoon" version = "0.1.1" authors = ["Jiri Pospisil "] description = "Monsoon is a library for accessing weather data produced by The Norwegian Meteorological Institute. Most notably, this data is used on Yr.no." readme = "README.md" keywords = [ "weather", "forecast", "api", "met", "yr", ] license = "MIT" repository = "https://github.com/jiripospisil/monsoon" resolver = "1" [dependencies.chrono] version = "0.4.23" features = [ "serde", "clock", ] default-features = false [dependencies.reqwest] version = "0.11.14" features = [ "gzip", "default-tls", ] default-features = false [dependencies.serde] version = "1.0.152" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.93" default-features = false [dependencies.thiserror] version = "1.0.38" default-features = false [dependencies.tower-service] version = "0.3.2" default-features = false [dev-dependencies.cli-table] version = "0.4.7" [dev-dependencies.tokio] version = "1.26.0" features = [ "macros", "rt", "rt-multi-thread", ] default-features = false [dev-dependencies.tower] version = "0.4.13" features = [ "util", "limit", ] default-features = false