[package] name = "acled_api" version = "0.1.0" edition = "2021" authors = ["Tom Schuster ", "ACLED Data Team "] license = "MIT" description = "Provides an easier way of interacting with the ACLED API for armed conflict location and event data." [dependencies] reqwest = { version = "0.11", features = ["blocking", "json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" chrono = "0.4" strum = { version = "0.26", features = ["derive"] }