# 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 = "wgsl_to_wgpu" version = "0.12.0" authors = ["ScanMountGoat <>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate typesafe Rust bindings from WGSL shaders to wgpu" documentation = "https://docs.rs/wgsl_to_wgpu" readme = "README.md" license = "MIT" repository = "https://github.com/ScanMountGoat/wgsl_to_wgpu" [lib] name = "wgsl_to_wgpu" path = "src/lib.rs" [[test]] name = "create_shader_module" path = "tests/create_shader_module.rs" [dependencies.case] version = "1.0" [dependencies.naga] version = "23.0.0" features = ["wgsl-in"] [dependencies.prettyplease] version = "0.2" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" [dependencies.thiserror] version = "1.0" [dependencies.wgpu-types] version = "23.0.0" [dev-dependencies.indoc] version = "2.0" [dev-dependencies.pretty_assertions] version = "1.4"