[package] name = "owm-rs" description = "Rust SDK for the OpenWeatherMap APIs" version = "0.0.1" edition = "2024" license = "GPL-3.0-or-later" authors = ["candifloss "] repository = "https://git.candifloss.cc/candifloss/OpenWeatherMapSDK.git" readme = "README.md" keywords = ["weather", "api", "openweathermap", "sdk"] categories = ["api-bindings"] [dependencies] toml = "0.9.6" dirs = "6.0.0" serde = { version = "1.0.225", features = ["derive"] } serde_json = "1.0.145" chrono = { version = "0.4.42", features = ["serde"] }