# 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 = "2018" name = "rivi-loader" version = "0.1.5" authors = ["Juuso Haavisto "] exclude = ["examples"] description = "Vulkan compute loader" homepage = "https://github.com/periferia-labs/rivi-loader" readme = "README.md" keywords = [ "gpgpu", "vulkan", "spirv", "spir-v", ] categories = [ "accessibility", "concurrency", "game-development", "hardware-support", "science", ] license = "GPL-3.0" repository = "https://github.com/periferia-labs/rivi-loader" [dependencies.ash] version = "0.36.0" [dependencies.gpu-allocator] version = "0.17.0" [dependencies.rayon] version = "1.5.1" [dependencies.rspirv] version = "0.11.0" [dev-dependencies.csv] version = "1.1.6"