litertlm 0.2.1

Safe, idiomatic Rust bindings to Google's LiteRT-LM on-device LLM engine.
# 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"
rust-version = "1.75"
name = "litertlm"
version = "0.2.1"
authors = ["LiteRT-rs Contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe, idiomatic Rust bindings to Google's LiteRT-LM on-device LLM engine."
homepage = "https://github.com/offbit-ai/LiteRT"
documentation = "https://docs.rs/litert"
readme = "README.md"
keywords = [
    "litert",
    "llm",
    "gemma",
    "inference",
    "ml",
]
categories = [
    "api-bindings",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/offbit-ai/LiteRT"

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

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

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

[dependencies.litert-lm-sys]
version = "0.2.1"

[dependencies.litert-sys]
version = "0.2.1"

[dependencies.thiserror]
version = "1"

[dev-dependencies.ureq]
version = "2"
features = ["tls"]
default-features = false