rs-flint 0.1.11

RustScript-native AI inference with Torch, llama.cpp, and stable-diffusion.cpp
# 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 = "rs-flint"
version = "0.1.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RustScript-native AI inference with Torch, llama.cpp, and stable-diffusion.cpp"
readme = "README.md"
license = "Apache-2.0"

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

[[bin]]
name = "flint"
path = "src/bin/flint-ai.rs"

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

[[test]]
name = "scripts"
path = "tests/scripts.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.encoding_rs]
version = "0.8"

[dependencies.image]
version = "0.25"

[dependencies.imageproc]
version = "0.27"

[dependencies.koharu-diffusion]
version = "0.62.0-alpha.1"
package = "koharu-diffusion"

[dependencies.koharu-llama]
version = "0.62.0-alpha.1"
package = "koharu-llama"

[dependencies.koharu-runtime]
version = "0.62.0-alpha.1"
package = "koharu-runtime"

[dependencies.koharu-torch]
version = "0.62.0-alpha.1"
package = "koharu-torch"

[dependencies.libloading]
version = "0.8"

[dependencies.pd-host-function]
version = "0.22.5"

[dependencies.tokenizers]
version = "0.22"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.vm]
version = "0.22.5"
features = [
    "runtime",
    "cranelift-jit",
]
default-features = false
package = "pd-vm"

[dev-dependencies.tempfile]
version = "3"