# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tensor_compute" version = "0.1.0" authors = ["tiberiodarferreira"] description = "A Tensor computing library for Rust" readme = "README.md" keywords = ["gpu", "tensor", "compute"] license = "MIT/Apache-2.0" repository = "https://github.com/tiberiusferreira/gpu_compute" [dependencies.async-trait] version = "0.1.36" [dependencies.blocking] version = "0.4.7" [dependencies.bytemuck] version = "1.2.0" [dependencies.env_logger] version = "0.7.1" [dependencies.futures] version = "0.3.5" [dependencies.log] version = "0.4.8" [dependencies.once_cell] version = "1.4.0" [dependencies.rand] version = "0.7" [dependencies.wgpu] version = "0.6.0" [dependencies.winit] version = "0.22.2" [dependencies.zerocopy] version = "0.3.0"