kime-engine 0.0.7

Sessions, the scheduler, batching and caches for kime. The in process API.
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 = "2024"
rust-version = "1.90.0"
name = "kime-engine"
version = "0.0.7"
authors = ["tamnd <tamnd87@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sessions, the scheduler, batching and caches for kime. The in process API."
homepage = "https://github.com/tamnd/kime"
readme = "README.md"
keywords = [
    "inference",
    "classification",
    "calibration",
    "agents",
    "encoder",
]
categories = [
    "science",
    "text-processing",
    "web-programming::http-server",
]
license = "Apache-2.0"
repository = "https://github.com/tamnd/kime"

[features]
cuda = ["dep:kime-cuda"]
default = ["cuda"]

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

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

[dependencies.kime-core]
version = "=0.0.7"

[dependencies.kime-cpu]
version = "=0.0.7"

[dependencies.kime-cuda]
version = "=0.0.7"
optional = true

[dependencies.kime-model]
version = "=0.0.7"

[dependencies.kime-tensor]
version = "=0.0.7"

[dependencies.kime-tok]
version = "=0.0.7"

[dependencies.serde_json]
version = "1.0.151"
features = [
    "preserve_order",
    "float_roundtrip",
]

[lints.clippy]
doc_markdown = "allow"
float_cmp = "warn"
missing_panics_doc = "warn"
todo = "warn"
undocumented_unsafe_blocks = "warn"

[lints.rust]
missing_debug_implementations = "warn"
rust_2018_idioms = "warn"
unreachable_pub = "warn"
unused_qualifications = "warn"