# 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 = "wtensor" version = "0.1.0" authors = ["Laurent Mazare "] description = "WebGPU based tensor library." readme = "README.md" keywords = [ "blas", "tensor", "machine-learning", ] categories = ["science"] license = "MIT/Apache-2.0" repository = "https://github.com/LaurentMazare/wtensor" [dependencies.bytemuck] version = "1.13" [dependencies.env_logger] version = "0.10" [dependencies.futures-intrusive] version = "0.4" [dependencies.pollster] version = "0.2" [dependencies.thiserror] version = "1" [dependencies.wgpu] version = "0.15.1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.clap] version = "4.0.19" features = ["derive"]