# 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 = "forecaster" version = "0.1.3" description = "A simple weather forecaster that takes all the data from https://openweathermap.org/ and displays it in a nice way." homepage = "https://github.com/Rukomoynikov/weather_cli" readme = "README.md" keywords = [ "cli", "weather", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Rukomoynikov/weather_cli" [dependencies.anyhow] version = "1.0.75" [dependencies.async-trait] version = "0.1.74" [dependencies.directories] version = "5.0.1" [dependencies.reqwest] version = "0.11.22" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.toml] version = "0.8.8" [dependencies.url] version = "2.5.0"