# 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 = "dxfilter" version = "0.5.13" authors = ["Krishna Chaitanya "] include = [ "/shader_macro/src", "/shader_macro/Cargo.toml", "/shader_macro/Cargo.lock", "/src", "Cargo.toml", "README.md", "LICENCE.md", ] description = "Process textures with DirectX shaders. Includes few Scale, Color conversion filters and utils to make your own." homepage = "https://github.com/rhinostream/dxfilter-rs" documentation = "https://docs.rs/dxfilter-rs" readme = "README.md" keywords = [ "directx", "shader", "filter", "scale", "color", ] categories = [ "rendering::graphics-api", "os::windows-apis", "hardware-support", "graphics", "multimedia", ] 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] name = "dxfilter" crate-type = ["lib"] path = "src/lib.rs" test = true doc = true edition = "2021" [dependencies.quote] version = "1.0.23" [dependencies.shader_macro] version = "0.5.0" [dependencies.syn] version = "2.0.62" features = [ "full", "fold", ] [dependencies.win_desktop_duplication] version = "0.10.8" [dependencies.windows] version = "0.57.0" features = ["Win32_Graphics_Direct3D11"]