wwama 0.2.4

Rust wrapper crate for llama.cpp with native, wasm32, and wasm64 builds.
# 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 = "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"