# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "rasen-dsl" version = "0.2.0" authors = ["l3ops "] build = "build.rs" description = "Wrapper for the Rasen compiler to write SPIR-V shaders in Rust" homepage = "https://github.com/leops/rasen#readme" documentation = "https://docs.rs/rasen-dsl/" readme = "README.md" keywords = ["SPIRV", "Vulkan", "GLSL"] categories = ["development-tools", "rendering"] license = "MIT" repository = "https://github.com/leops/rasen" [dependencies.clippy] version = "0.0.134" optional = true [dependencies.rasen] version = "0.12.0" [dev-dependencies.pretty_assertions] version = "0.5.1" [dev-dependencies.rspirv] version = "0.5.2" [build-dependencies.clippy] version = "0.0.134" optional = true [build-dependencies.quote] version = "0.3.15" [build-dependencies.syn] version = "0.11.11" [features] default = [] functions = []