# 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 = "gpwgpu" version = "0.1.0" exclude = ["tests"] description = "A crate intended to make it easier to do general purpose GPU programming (GPGPU) in wgpu." license = "MIT OR Apache-2.0" [dependencies.bincode] version = "1.3.3" [dependencies.bytemuck] version = "1.12.1" features = ["derive"] [dependencies.gpwgpu_core] version = "0.1.0" [dependencies.gpwgpu_macros] version = "0.1.0" [dependencies.once_cell] version = "1.18.0" [dependencies.wgpu] version = "0.16.1" [dev-dependencies.ndarray] version = "0.15.6" [dev-dependencies.pollster] version = "0.3.0" [dev-dependencies.slow_primes] version = "0.1.14" [dev-dependencies.tiff] version = "0.9.0" [features] nightly = ["gpwgpu_macros/nightly"]