# 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 = "weather-in" version = "0.1.0" description = "A command-line tool for retrieving and displaying current weather information based on user-specified locations, leveraging the OpenWeatherMap API." readme = "README.md" license = "MIT" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.reqwest] version = "0.11.22" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.tokio] version = "1.34.0" features = ["full"] [dev-dependencies.dotenvy] version = "0.15.7"