tract-cuda 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-cuda"
version = "0.23.0-dev.2"
authors = [
    "Louis Chouraki <louis.chouraki@sonos.com>",
    "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",
    "CUDA",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/snipsco/tract"
resolver = "2"

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

[features]
cuda-12060 = ["cudarc/cuda-12060"]
default = ["cuda-12060"]

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

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

[dependencies.anyhow]
version = "1.0.43"

[dependencies.cudarc]
version = "0.17"
features = [
    "dynamic-loading",
    "f16",
    "cudnn",
]

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

[dependencies.dirs]
version = "6.0.0"

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

[dependencies.inventory]
version = "0.3.21"

[dependencies.libloading]
version = "0.9"

[dependencies.liquid]
version = "0.26.8"

[dependencies.liquid-core]
version = "0.26.8"

[dependencies.log]
version = "0.4.14"

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

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

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

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

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

[dev-dependencies.criterion]
version = "0.6"

[dev-dependencies.proptest]
version = "1.0.0"

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