# 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" name = "ort_batcher" version = "0.1.1" authors = ["Martín Emiliano Lombardo "] exclude = ["/tests/model.onnx"] description = "Small crate to batch inferences of ONNX models using ort (onnxruntime)" readme = "README.md" keywords = [ "batch", "ort", "onnxruntime", ] license = "Apache-2.0" repository = "https://github.com/mlomb/ort-batcher" [[bench]] name = "threads" harness = false [dependencies.flume] version = "0.11.0" default-features = false [dependencies.ndarray] version = "0.15.6" default-features = false [dependencies.ort] version = "2.0.0-alpha.1" features = ["ndarray"] default-features = false [dev-dependencies.divan] version = "0.1.2" [dev-dependencies.ndarray] version = "0.15.6" features = ["approx"] [dev-dependencies.ndarray-rand] version = "0.14.0" [dev-dependencies.ort] version = "2.0.0-alpha.1" features = [ "download-binaries", "fetch-models", "cuda", ] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tracing-subscriber] version = "0.3.18"