[package] name = "sensor-community" version = "0.1.0" edition = "2021" authors = ["Federico Ceratto"] description = "Client for the https://sensor.community/ API" license = "GPL-3.0" license-file = "LICENSES/GPL-3.0-only.txt" keywords = ["sensor-community", "AQI", "particulate", "environment"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.38" reqwest = { version = "0.12.4", features = ["json"] } serde = { version = "1.0.199", features = ["derive"] } serde_json = "1.0.116" structopt = "0.3.26" thiserror = "1.0.59" tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] }