agify 0.1.2

Rust client for the agify.io API
Documentation
[dependencies.anyhow]
version = "1.0.86"

[dependencies.reqwest]
features = ["json"]
version = "0.12.5"

[dependencies.serde]
version = "1.0.204"

[dependencies.serde_derive]
version = "1.0.204"

[dependencies.tokio]
features = ["full"]
version = "1.39.2"

[lib]
name = "agify"
path = "src/lib.rs"

[package]
authors = ["Nemuel Wainaina"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Rust client for the agify.io API"
documentation = "https://docs.rs/agify"
edition = "2021"
homepage = "https://github.com/nemuelw/agify"
license = "MIT"
name = "agify"
readme = "README.md"
repository = "https://github.com/nemuelw/agify"
version = "0.1.2"