# 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 = "2021" rust-version = "1.75" name = "tract-api" version = "0.21.7" authors = ["Mathieu Poumeyrol "] build = false include = [ "Cargo.toml", "src/**/*.rs", "LICENSE*", "tract.h", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" readme = "README.md" keywords = ["NeuralNetworks"] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/sonos/tract" [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" features = [ "std", "num-traits", ] [dependencies.ndarray] version = "0.16" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.reqwest] version = "0.11.4" features = [ "blocking", "rustls-tls", ] default-features = false [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tempfile] version = "3.8" [features] complex = []