[build-dependencies.bindgen]
version = "0.71.1"
[build-dependencies.cmake]
version = "0.1.51"
[build-dependencies.fs_extra]
version = "1.3.0"
[dependencies]
[features]
cuda = []
flashattn = []
hipblas = []
metal = []
sycl = []
vulkan = []
[lib]
name = "diffusion_rs_sys"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Rust bindings for stable-diffusion.cpp (FFI bindings)"
documentation = "https://docs.rs/diffusion-rs-sys"
edition = "2024"
include = ["stable-diffusion.cpp/LICENSE", "stable-diffusion.cpp/CMakeLists.txt", "stable-diffusion.cpp/gits_noise.inl", "stable-diffusion.cpp/*.h", "stable-diffusion.cpp/*.hpp", "stable-diffusion.cpp/*.cpp", "stable-diffusion.cpp/thirdparty/**", "stable-diffusion.cpp/ggml/cmake/**", "stable-diffusion.cpp/ggml/src/*", "!stable-diffusion.cpp/ggml/src/ggml-kompute/", "stable-diffusion.cpp/ggml/include/**", "stable-diffusion.cpp/ggml/CMakeLists.txt", "stable-diffusion.cpp/ggml/LICENSE", "src/*.rs", "build.rs", "wrapper.h", "stb_image_write.c"]
keywords = ["ai", "stable-diffusion", "flux"]
license = "MIT"
links = "stable-diffusion"
name = "diffusion-rs-sys"
readme = false
repository = "https://github.com/newfla/diffusion-rs"
version = "0.1.10"