[package] name = "crops_api_client" version = "0.1.0" edition = "2021" authors = ["Ramon Moraes"] description = "Unofficial reqwest-blocking based HTTP client to consume Harvest API" license = "MIT" documentation = "https://docs.rs/crops_api_client/latest/crops_api_client/" homepage = "https://github.com/rmoraes92/crops/tree/main/crops_api_client" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.75" serde = { version = "1.0.193", features = ["derive"] } reqwest = { version = "0.11.22", features = ["blocking", "json"] } [dev-dependencies] crops_api_models = { path = "../crops_api_models", version = "0.1.1" } mockito = "1.5.0"