# 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 = "shader_macro" version = "0.5.0" authors = ["Krishna Chaitanya "] description = "use this macro from dxfilter crate" homepage = "https://github.com/rhinostream/dxfilter-rs" documentation = "https://docs.rs/dxfilter" license = "MIT OR Apache-2.0" repository = "https://github.com/rhinostream/dxfilter-rs.git" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc", ] [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.51" [dependencies.quote] version = "1.0.23" [dependencies.syn] version = "2.0.66" features = [ "full", "parsing", "printing", ] [dependencies.windows] version = "0.57.0" features = [ "Win32_Graphics_Direct3D_Fxc", "Win32_Graphics_Hlsl", "Win32_System_Diagnostics_Debug", "Win32_System_Memory", ]