# 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 = "shroud" version = "0.2.3" description = "Universal library for discovering rendering functions of render engines: DirectX9, DirectX10, DirectX11, DirectX12" homepage = "https://github.com/ohchase/shroud" documentation = "https://docs.rs/crate/shroud/latest" readme = "README.md" keywords = [ "directx", "hacking", "games", "hook", ] license = "MIT" repository = "https://github.com/ohchase/shroud" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" features = [ "directx9", "directx10", "directx11", "directx12", ] targets = [ "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", ] [dependencies.strum] version = "0.26.2" [dependencies.strum_macros] version = "0.26.2" [dependencies.thiserror] version = "1.0.37" [dependencies.windows] version = "0.56.0" features = [ "Win32_Foundation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_LibraryLoader", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_UI_Input_KeyboardAndMouse", "Win32_Graphics_Direct3D", "Win32_Graphics_Dxgi_Common", ] [features] default = [ "directx9", "directx10", "directx11", "directx12", ] directx10 = [] directx11 = ["windows/Win32_Graphics_Direct3D11"] directx12 = ["windows/Win32_Graphics_Direct3D12"] directx9 = ["windows/Win32_Graphics_Direct3D9"]