# 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 = "2018" name = "weather-underground" version = "0.1.3" authors = ["Jérémie Drouet "] description = "Weather Underground parser library" homepage = "https://github.com/jdrouet/weather-underground" readme = "readme.md" keywords = [ "weather", "parse", ] license = "MIT" repository = "https://github.com/jdrouet/weather-underground" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = [ "cookies", "gzip", "json", "rustls-tls", ] default-features = false [dependencies.ring] version = "0.16.20" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"