llama-runtime 0.1.0

Execution runtime for llama.rs — oxidizedMLX integration and backend selection
Documentation
# 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 = "llama-runtime"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Execution runtime for llama.rs — oxidizedMLX integration and backend selection"
readme = false
license = "MIT"
repository = "https://github.com/stevedores-org/llama.rs"

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

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

[dependencies.llama-engine]
version = "0.1.0"

[dependencies.llama-kv]
version = "0.1.0"

[dependencies.llama-sampling]
version = "0.1.0"

[dependencies.llama-tokenizer]
version = "0.1.0"

[dependencies.thiserror]
version = "2"