# 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 = "getimg" version = "0.0.1" authors = ["Mahmoud Harmouch "] exclude = ["/out"] description = """ 📸 GetImg: A CLI and SDK for interacting with the GetImg API, enabling image generation and manipulation through various endpoints. """ documentation = "https://docs.rs/getimg" readme = "README.md" keywords = [ "jpeg", "stable-diffusion", "ai", "machine-learning", "png", ] categories = ["science"] license = "MIT" repository = "https://github.com/kevin-rs/getimg" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.release] opt-level = "z" lto = "thin" codegen-units = 1 strip = "symbols" [dependencies.anyhow] version = "1.0.81" [dependencies.base64] version = "0.22.0" [dependencies.clap] version = "4.5.4" features = ["derive"] optional = true [dependencies.reqwest] version = "0.12.2" features = ["json"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.tokio] version = "1.37.0" features = ["full"] [features] cli = ["clap"] [badges.maintenance] status = "actively-developed"