# 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 = "diffuser-edit" version = "0.0.3" authors = ["Aster <192607617@qq.com>"] build = false exclude = [ "package.json", "tests/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Edit diffuser models without GPU and Python" homepage = "https://github.com/oovm/RustTemplate" documentation = "https://docs.rs/diffuser-edit" readme = "readme.md" categories = ["rust-patterns"] license = "MPL-2.0" repository = "https://github.com/oovm/RustTemplate" [package.metadata.docs.rs] all-features = true [lib] name = "diffuser_edit" path = "src/lib.rs" [dependencies.candle-core] version = "0.6.0" [dependencies.image] version = "0.25.1" features = [ "jpeg", "webp", ] [dependencies.safetensors] version = "0.4.3" [dependencies.serde_json] version = "1.0.117" [dependencies.tracing] version = "0.1.40" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] avif = ["image/avif-native"] default = []