rskit-inference 0.2.0-alpha.2

Model-serving runtime inference abstractions and registry
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.91"
name = "rskit-inference"
version = "0.2.0-alpha.2"
authors = ["kbukum contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Model-serving runtime inference abstractions and registry"
homepage = "https://github.com/kbukum/rskit"
documentation = "https://docs.rs/rskit-inference"
readme = "README.md"
keywords = [
    "inference",
    "serving",
    "triton",
    "vllm",
    "ai",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/kbukum/rskit"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1"
features = ["serde"]

[dependencies.rskit-ai]
version = "0.2.0-alpha.1"

[dependencies.rskit-component]
version = "0.2.0-alpha.1"

[dependencies.rskit-errors]
version = "0.2.0-alpha.1"

[dependencies.rskit-provider]
version = "0.2.0-alpha.1"

[dependencies.rskit-tool]
version = "0.2.0-alpha.1"
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio-stream]
version = "0.1"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "macros",
    "rt",
]