[package]
edition = "2024"
name = "wwama"
version = "0.2.4"
build = "build.rs"
links = "llama"
exclude = [
"PLAN.md",
"PROGRESS.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust wrapper crate for llama.cpp with native, wasm32, and wasm64 builds."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Apothic-AI/wwama"
[features]
cuda = []
default = ["webgpu"]
std = []
vulkan = []
webgpu = []
[lib]
name = "wwama"
path = "src/lib.rs"
[[example]]
name = "miyagi_backend"
path = "examples/miyagi_backend.rs"
[[example]]
name = "tensor_inventory"
path = "examples/tensor_inventory.rs"
[[test]]
name = "model_capabilities"
path = "tests/model_capabilities.rs"
[dependencies.libm]
version = "0.2"
[build-dependencies.cc]
version = "1.2"
[build-dependencies.cmake]
version = "0.1.58"