# 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 = "hac" version = "0.1.1" authors = ["Alvaro "] description = "Hardware Accelerated Computing API for portable high performace computing with the GPU." readme = "README.md" keywords = [ "hpc", "gpgpu", ] license = "MIT" repository = "https://github.com/alvaro-sch/hac" [[example]] name = "simple_image_filter" required-features = ["from_image"] [[example]] name = "gaussian_blur" required-features = ["from_image"] [dependencies.bytemuck] version = "1.12.3" [dependencies.image] version = "0.24.5" optional = true default-features = false [dependencies.pollster] version = "0.2.5" [dependencies.wgpu] version = "0.14.2" [dev-dependencies.image] version = "0.24.5" [dev-dependencies.rand] version = "0.8.5" [features] default = [] from_image = ["dep:image"]