# 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 = "core-compute" version = "0.5.1" authors = ["ElectroMutex"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "fast , simple and cross-platform GPGPU parallel computing library" homepage = "https://github.com/SkillfulElectro/core-compute.git" documentation = "https://docs.rs/core-compute/latest/core_compute/" readme = "README.md" keywords = [ "parallel", "thread", "cross_platform", "computing", "performance", ] license = "MIT" repository = "https://github.com/SkillfulElectro/core-compute.git" [lib] name = "core_compute" path = "src/lib.rs" [dependencies.bytemuck] version = "1.16" features = ["derive"] [dependencies.flume] version = "0.11" [dependencies.pollster] version = "0.2" [dependencies.wgpu] version = "22"