# 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 = "onnx-runner" version = "0.1.2" authors = ["wxg"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Use ORT to run ONNX model." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/xgpxg/onnx-runner" [[bin]] name = "onnx-runner" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.eyre] version = "0.6.12" [dependencies.ndarray] version = "0.16.1" [dependencies.opencv] version = "0.93.3" [dependencies.ort] version = "2.0.0-rc.8" features = [ "cuda", "tensorrt", ] [dependencies.reqwest] version = "0.12.8" features = ["blocking"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.thiserror] version = "1.0.64" features = [] [dependencies.uuid] version = "1.11.0" features = ["v4"]