# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "crops_api_client" version = "0.1.0" authors = ["Ramon Moraes"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial reqwest-blocking based HTTP client to consume Harvest API" homepage = "https://github.com/rmoraes92/crops/tree/main/crops_api_client" documentation = "https://docs.rs/crops_api_client/latest/crops_api_client/" readme = "README.md" license = "MIT" [lib] name = "crops_api_client" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.reqwest] version = "0.11.22" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dev-dependencies.crops_api_models] version = "0.1.1" [dev-dependencies.mockito] version = "1.5.0"