koharu-diffusion 0.62.0-alpha.1

Safe Rust bindings for stable-diffusion.cpp with runtime dynamic loading.
# 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 = "koharu-diffusion"
version = "0.62.0-alpha.1"
authors = [
    "Mayo Takanashi <mayo@linux.com>",
    "Wangchong Zhou <fffonion@gmail.com>",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust bindings for stable-diffusion.cpp with runtime dynamic loading."
homepage = "https://koharu.rs"
readme = "README.md"
keywords = [
    "stable-diffusion",
    "diffusion",
    "image-generation",
    "machine-learning",
    "bindings",
]
categories = [
    "api-bindings",
    "multimedia::images",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mayocream/koharu"

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

[[example]]
name = "text_to_image"
path = "examples/text_to_image.rs"

[dependencies.image]
version = "0.25"

[dependencies.koharu-diffusion-sys]
version = "0.62.0-alpha.1"
default-features = false

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"