tract-data 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"
rust-version = "1.85"
name = "tract-data"
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 = ["num-complex"]

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

[[bench]]
name = "stack_tensors"
path = "benches/stack_tensors.rs"
harness = false

[[bench]]
name = "tensor_from_datum"
path = "benches/tensor_from_datum.rs"
harness = false

[dependencies.anyhow]
version = "1.0.43"

[dependencies.downcast-rs]
version = "1.2.0"

[dependencies.dyn-clone]
version = "1.0.4"

[dependencies.dyn-hash]
version = "0.2"

[dependencies.half]
version = ">=2.4,<3.0"
features = [
    "std",
    "num-traits",
]

[dependencies.itertools]
version = "0.12.1"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.libm]
version = "0.2.11"

[dependencies.maplit]
version = "1.0.2"

[dependencies.ndarray]
version = "0.16"

[dependencies.nom]
version = "8.0.0"

[dependencies.nom-language]
version = "0.1"

[dependencies.num-complex]
version = "0.4.0"
optional = true

[dependencies.num-integer]
version = "0.1.44"

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

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.scan_fmt]
version = "0.2.6"

[dependencies.smallvec]
version = "1.6.1"

[dependencies.string-interner]
version = "0.15"

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.criterion]
version = "0.6"

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.proptest]
version = "1.0.0"

[target.'cfg(target_family = "wasm")'.dev-dependencies.criterion]
version = "0.6"
features = [
    "plotters",
    "cargo_bench_support",
]
default-features = false

[target.'cfg(target_family = "wasm")'.dev-dependencies.proptest]
version = "1.0.0"
features = [
    "std",
    "bit-set",
]
default-features = false