[package] name = "crops_api_models" version = "0.1.1" edition = "2021" authors = ["Ramon Moraes"] description = "Unofficial mapping of the Harvest API entities" license = "MIT" documentation = "https://docs.rs/crops_api_models/latest/crops_api_models/" homepage = "https://github.com/rmoraes92/crops/tree/main/crops_api_models" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = { version = "0.4.31", features = ["serde"] } serde = { version = "1.0.193", features = ["derive"] } # tabled = { version = "0.15.0", features = ["ansi"], optional = true } [dev-dependencies] serde_json = "1.0.108" reqwest = { version = "0.11.22", features = ["blocking", "json"] } # [features] # ansi-table = ["dep:tabled"]