# 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 = "vhdrs" version = "0.1.4" authors = ["Samuel Van der Stappen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A lightweight library that provides an ergonomic interface for managing Virtual Hard Disks (VHD/VHDX) on Windows systems. It leverages the Windows API to facilitate operations such as opening, attaching, detaching, and retrieving information from VHD files. """ documentation = "https://docs.rs/vhdrs" readme = "README.md" keywords = [ "vhd", "vhdx", "mount", "disk", "windows", ] categories = [ "os::windows-apis", "filesystem", ] license = "MIT" repository = "https://github.com/samvdst/vhdrs" [package.metadata.docs.rs] targets = ["x86_64-pc-windows-msvc"] [lib] name = "vhdrs" path = "src/lib.rs" [dependencies.thiserror] version = "1" [dependencies.uuid] version = "1" [dependencies.windows-sys] version = "0.59" features = [ "Win32", "Win32_Foundation", "Win32_Security", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_Storage_Vhd", "Win32_System", "Win32_System_IO", ]