[package]
edition = "2024"
rust-version = "1.85"
name = "tract-api"
version = "0.22.1"
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
build = false
include = [
"Cargo.toml",
"src/**/*.rs",
"LICENSE*",
"tract.h",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
readme = false
keywords = ["NeuralNetworks"]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sonos/tract"
resolver = "2"
[features]
complex = []
[lib]
name = "tract_api"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0.43"
[dependencies.boow]
version = "0.1.3"
[dependencies.flate2]
version = "1.0.20"
[dependencies.half]
version = ">=2.4,<3.0"
features = [
"std",
"num-traits",
]
[dependencies.ndarray]
version = "0.16"
[dev-dependencies.lazy_static]
version = "1.4.0"
[dev-dependencies.reqwest]
version = "0.12"
features = [
"blocking",
"rustls-tls",
]
default-features = false
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.tempfile]
version = "3.8"