truston 0.1.0

A high-performance Rust client library for NVIDIA Triton Inference Server
Documentation
[dependencies.async-trait]
version = "0.1.89"

[dependencies.futures]
version = "0.3.31"

[dependencies.ndarray]
version = "0.16.1"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.reqwest]
features = ["json"]
version = "0.12.23"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
features = ["full"]
version = "1.47.1"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.20"

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

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

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

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

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

[package]
authors = ["Haidhi Angkawijana haidhiangkawijana@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "science"]
description = "A high-performance Rust client library for NVIDIA Triton Inference Server"
documentation = "https://docs.rs/truston"
edition = "2024"
keywords = ["triton", "inference", "ai", "ml", "rust"]
license = "MIT"
name = "truston"
readme = "README.md"
repository = "https://github.com/haidhiSkuy/truston"
version = "0.1.0"

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