forgellm-runtime 0.3.0

Minimal runtime for ForgeLLM (KV cache, sampling, tokenizer, API server)
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 = "forgellm-runtime"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal runtime for ForgeLLM (KV cache, sampling, tokenizer, API server)"
homepage = "https://forgellm.dev"
readme = false
license = "MIT"
repository = "https://github.com/sauravpanda/forge-llm"

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

[dependencies.forgellm-frontend]
version = "0.3.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokenizers]
version = "0.21"
features = ["onig"]
default-features = false

[dependencies.tracing]
version = "0.1"

[dev-dependencies.pretty_assertions]
version = "1"