# 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 = "flopper" version = "0.0.11" authors = ["TOwInOK <60252419+TOwInOK@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "unofficial api wrapper for fusionbrain.ai" readme = "Readme.md" keywords = [ "api", "image-generation", "fusionbrain", "kandinsky", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/TOwInOK/flopper" [lib] name = "flopper" path = "src/lib.rs" [[example]] name = "usual" path = "examples/usual.rs" test = false bench = false doc = false [[example]] name = "usual_macro" path = "examples/usual_macro.rs" test = false bench = false doc = false [[test]] name = "fetch" path = "tests/fetch.rs" [dependencies.miniserde] version = "0.1.40" [dependencies.reqwest] version = "0.12.7" features = [ "json", "multipart", ] [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" [dependencies.tracing] version = "0.1.40" [dev-dependencies.anyhow] version = "1.0.89" [dev-dependencies.base64] version = "0.22.1" [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.dotenvy_macro] version = "0.15.7" [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18"