tract-libcli 0.22.1

Tiny, no-nonsense, self contained, TensorFlow and ONNX inference
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"
name = "tract-libcli"
version = "0.22.1"
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
readme = false
keywords = [
    "TensorFlow",
    "NeuralNetworks",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/snipsco/tract"
resolver = "2"

[badges.maintenance]
status = "actively-developed"

[features]
complex = ["tract-core/complex"]
hir = []
onnx = ["tract-onnx"]

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

[dependencies.box_drawing]
version = "0.1.2"

[dependencies.clap]
version = "~3.1"
features = ["cargo"]

[dependencies.colorous]
version = "1.0.5"

[dependencies.cudarc]
version = "0.16.4"
features = [
    "dynamic-loading",
    "cuda-12060",
    "f16",
]

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.14"

[dependencies.ndarray-npy]
version = "0.9.1"
features = ["compressed_npz"]

[dependencies.nu-ansi-term]
version = "0.46"

[dependencies.py_literal]
version = "0.4.0"

[dependencies.rand]
version = "0.8.4"
features = ["small_rng"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tract-core]
version = "=0.22.1"

[dependencies.tract-cuda]
version = "=0.22.1"

[dependencies.tract-gpu]
version = "=0.22.1"

[dependencies.tract-hir]
version = "=0.22.1"

[dependencies.tract-onnx]
version = "=0.22.1"
optional = true

[dependencies.tract-tflite]
version = "=0.22.1"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.tract-metal]
version = "=0.22.1"