# 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" rust-version = "1.66" name = "direct-storage" version = "0.4.1" authors = ["Tsukisoft GmbH "] include = [ "src", "LICENSE.APACHE", "LICENSE.MIT", "/examples", ] description = "Rust bindings for DirectStorage" readme = "README.md" keywords = ["graphics"] categories = [ "external-ffi-bindings", "api-bindings", "graphics", "hardware-support", "os::windows-apis", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/Tsukisoft/direct-storage-rs" [package.metadata.docs.rs] all-features = true default-target = "x86_64-pc-windows-msvc" rustdoc-args = [ "--cfg", "docsrs", ] targets = [] [dependencies.libloading] version = "0.8" optional = true [dependencies.once_cell] version = "1.19" optional = true [dependencies.windows] version = ">=0.56, <=0.58" features = [ "implement", "Win32_Foundation", "Win32_Graphics_Direct3D12", "Win32_Storage_FileSystem", ] [dependencies.windows-core] version = ">=0.56, <=0.58" [dev-dependencies.windows] version = ">=0.56, <=0.58" features = [ "Win32_Foundation", "Win32_Graphics_Direct3D12", "Win32_Graphics_Direct3D", "Win32_Graphics_Dxgi_Common", "Win32_System_WindowsProgramming", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Threading", ] [features] default = ["loaded"] loaded = [ "dep:libloading", "dep:once_cell", ]