# 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 = "wonnx-preprocessing" version = "0.5.1" authors = [ "haixuanTao ", "Tommy van der Vorst ", ] description = "Preprocessing utility crate for WONNX. WONNX is an ONNX runtime based on wgpu aimed at being a universal GPU runtime, written in Rust." homepage = "https://github.com/webonnx/wonnx" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/webonnx/wonnx.git" [dependencies.bytemuck] version = "1.9.1" [dependencies.image] version = "0.24.2" [dependencies.log] version = "0.4.17" [dependencies.ndarray] version = "0.15.4" [dependencies.protobuf] version = "2.27.1" features = ["with-bytes"] [dependencies.serde_json] version = "^1.0" [dependencies.thiserror] version = "1.0.31" [dependencies.tokenizers] version = "0.13.3" [dependencies.tract-onnx] version = "0.19.2" optional = true [dependencies.wgpu] version = "0.16.0" [dependencies.wonnx] version = "^0.5.1" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.pollster] version = "0.3.0"