tract-core 0.23.0-dev.2

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-core"
version = "0.23.0-dev.2"
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]
accelerate = [
    "blas",
    "accelerate-src",
]
blas = ["cblas"]
blis = [
    "blas",
    "blis-src",
]
complex = [
    "tract-data/complex",
    "tract-linalg/complex",
]
default = []
openblas = [
    "blas",
    "openblas-src",
]
paranoid_assertions = []

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

[dependencies.accelerate-src]
version = "0.3"
optional = true

[dependencies.anyhow]
version = "1.0.43"

[dependencies.anymap3]
version = "1.0"

[dependencies.bit-set]
version = "0.5.2"

[dependencies.blis-src]
version = "0.2"
features = [
    "static",
    "pthreads",
]
optional = true

[dependencies.cblas]
version = "0.5"
optional = true

[dependencies.derive-new]
version = "0.5.9"

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

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

[dependencies.inventory]
version = "0.3.21"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.14"

[dependencies.maplit]
version = "1.0.2"

[dependencies.ndarray]
version = "0.16"

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

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

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

[dependencies.openblas-src]
version = "0.10"
features = ["static"]
optional = true

[dependencies.pastey]
version = "0.1"

[dependencies.rustfft]
version = "6.1"
features = ["neon"]

[dependencies.smallvec]
version = "1.6.1"

[dependencies.tract-data]
version = "=0.23.0-dev.2"

[dependencies.tract-linalg]
version = "=0.23.0-dev.2"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.env_logger]
version = "0.10"

[dev-dependencies.lazy_static]
version = "1.5.0"

[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