imgbb 1.1.0

ImgBB API wrapper for Rust
Documentation
[dependencies.base64]
version = "0.21.2"

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

[dependencies.serde]
features = ["derive"]
version = "1.0.164"

[dependencies.serde_json]
version = "1.0.99"

[dependencies.tokio]
features = ["macros"]
version = "1.29.0"
[dev-dependencies.clap]
features = ["derive"]
version = "4.3.9"

[package]
authors = ["phusitsom"]
description = "ImgBB API wrapper for Rust"
edition = "2021"
keywords = ["imgbb", "image", "hosting", "api"]
license = "MIT"
name = "imgbb"
readme = "README.md"
repository = "https://github.com/phusitsom/imgbb-rs"
version = "1.1.0"