diffusion-rs-sys 0.1.18

Rust bindings for stable-diffusion.cpp (FFI bindings)
Documentation
# 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 = "2024"
name = "diffusion-rs-sys"
version = "0.1.18"
build = "build.rs"
links = "stable-diffusion"
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",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for stable-diffusion.cpp (FFI bindings)"
documentation = "https://docs.rs/diffusion-rs-sys"
readme = false
keywords = [
    "ai",
    "stable-diffusion",
    "flux",
]
license = "MIT"
repository = "https://github.com/newfla/diffusion-rs"

[features]
cuda = []
hipblas = []
metal = []
sycl = []
vulkan = []

[lib]
name = "diffusion_rs_sys"
path = "src/lib.rs"

[dependencies]

[build-dependencies.bindgen]
version = "0.71.1"

[build-dependencies.cmake]
version = "0.1.51"

[build-dependencies.fs_extra]
version = "1.3.0"