imagepig 1.0.2

Package to use Image Pig, the API for AI images
Documentation
[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.38"

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

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

[dependencies.serde_json]
version = "1.0.132"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.tokio]
features = ["macros"]
version = "1.40.0"

[dependencies.url]
version = "2.5.3"

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

[package]
authors = ["Pavel Mises <pavel@double.plus>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Package to use Image Pig, the API for AI images"
edition = "2021"
homepage = "https://imagepig.com"
license = "MIT"
name = "imagepig"
readme = "README.md"
repository = "https://github.com/double-plus/imagepig-rust"
version = "1.0.2"

[[test]]
name = "api"
path = "tests/api.rs"