# 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 = "diffusion-rs" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High level API for stable-diffusion.cpp" documentation = "https://docs.rs/diffusion-rs" readme = "README.md" keywords = [ "ai", "stable-diffusion", "flux", ] license = "MIT" repository = "https://github.com/newfla/diffusion-rs" [lib] name = "diffusion_rs" path = "src/lib.rs" [dependencies.derive_builder] version = "0.20.2" [dependencies.diffusion-rs-sys] version = "0.1.3" [dependencies.hf-hub] version = "0.3.2" [dependencies.libc] version = "0.2.161" [dependencies.num_cpus] version = "1.16.0" [dependencies.thiserror] version = "2.0.3" [features] cublas = ["diffusion-rs-sys/cublas"] flashattn = ["diffusion-rs-sys/flashattn"] hipblas = ["diffusion-rs-sys/hipblas"] metal = ["diffusion-rs-sys/metal"] sycl = ["diffusion-rs-sys/sycl"] vulkan = ["diffusion-rs-sys/vulkan"]