# 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 = "imagepig" version = "1.0.2" authors = ["Pavel Mises "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Package to use Image Pig, the API for AI images" homepage = "https://imagepig.com" readme = "README.md" license = "MIT" repository = "https://github.com/double-plus/imagepig-rust" [lib] name = "imagepig" path = "src/lib.rs" [[test]] name = "api" path = "tests/api.rs" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" [dependencies.reqwest] version = "0.12.8" features = ["json"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1.40.0" features = ["macros"] [dependencies.url] version = "2.5.3"