# 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 = "exilent" version = "0.2.0" description = "A Discord bot, written in Rust, that provides a frontend to AUTOMATIC1111's Stable Diffusion Web UI." readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/philpax/exilent" [profile.dist] debug = true split-debuginfo = "packed" inherits = "release" [dependencies.anyhow] version = "1.0.66" [dependencies.bytemuck] version = "1.12.3" [dependencies.chrono] version = "0.4.23" [dependencies.flume] version = "0.10.14" [dependencies.futures] version = "0.3.25" [dependencies.genevo] version = "0.7.1" features = ["smallvec"] [dependencies.hex] version = "0.4.3" [dependencies.image] version = "0.24.4" [dependencies.itertools] version = "0.10.5" [dependencies.nanoid] version = "0.4.0" [dependencies.once_cell] version = "1.16.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.13" [dependencies.rusqlite] version = "0.28.0" features = [ "bundled", "chrono", ] [dependencies.serde] version = "1.0.150" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.serenity] version = "0.11.5" features = [ "client", "gateway", "rustls_backend", "model", "collector", ] default-features = false [dependencies.smallvec] version = "1.10.0" [dependencies.stable-diffusion-a1111-webui-client] version = "0.1.1" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.toml] version = "0.5.10" [build-dependencies.hex] version = "0.4.3" [build-dependencies.serde_json] version = "1.0.89" [build-dependencies.walkdir] version = "2.3.2"