# 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_models" version = "0.1.1" authors = ["Ramon Moraes"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial mapping of the Harvest API entities" homepage = "https://github.com/rmoraes92/crops/tree/main/crops_api_models" documentation = "https://docs.rs/crops_api_models/latest/crops_api_models/" readme = "README.md" license = "MIT" [lib] name = "crops_api_models" path = "src/lib.rs" [[example]] name = "deserializing_reqwest_response" path = "examples/deserializing_reqwest_response.rs" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dev-dependencies.reqwest] version = "0.11.22" features = [ "blocking", "json", ] [dev-dependencies.serde_json] version = "1.0.108"