# 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 = "2018" name = "wonnx" version = "0.5.1" authors = [ "haixuanTao ", "Tommy van der Vorst ", ] exclude = [ "etc/**/*", ".github/**/**", "coverage/**/**", "examples/**/*", "target/**/*", "tests/**/*", "Cargo.lock", ] description = "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" resolver = "2" [dependencies.async-recursion] version = "^1" [dependencies.bytemuck] version = "1.9.1" features = ["extern_crate_alloc"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.num] version = "0.4.0" [dependencies.protobuf] version = "2.27.1" features = ["with-bytes"] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_derive] version = "1.0.137" [dependencies.tera] version = "1.15.0" default-features = false [dependencies.thiserror] version = "1.0.31" [dependencies.wgpu] version = "0.16.0" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.image] version = "0.24.2" [dev-dependencies.ndarray] version = "0.15.4" [dev-dependencies.pollster] version = "0.3.0" [target."cfg(target_arch = \"wasm32\")".dependencies.futures] version = "^0.3.26" [target."cfg(target_arch = \"wasm32\")".dependencies.parking_lot] version = "0.11.1" features = ["wasm-bindgen"]