[package] name = "rparif" version = "0.1.1" authors = ["Dalvany "] edition = "2018" description = "Library that allow to access AirParif services." documentation = "https://docs.rs/rparif/" repository = "https://github.com/Dalvany/r-parif" homepage = "https://github.com/Dalvany/r-parif" readme = "README.md" license = "MIT OR Apache-2.0" keywords = ["pollution", "airparif"] categories = ["api-bindings"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11", features = ["blocking"] } json = "0.12" chrono = {version = "0.4", features = ["serde"] } log = "0.4" serde = { version = "1.0", optional = true, features = ["derive"] } [dev-dependencies] httpmock = "0.6" env_logger = "0.9" version-sync = "0.9"