# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "windows-drives" version = "0.5.0" authors = ["Max von Forell "] description = "Safe Win32 API wrappers for access to raw binary data on physical drives" documentation = "https://docs.rs/windows_drives" readme = "README.md" keywords = ["windows", "win32", "filesystem", "drive", "disk"] categories = ["os::windows-apis", "filesystem"] license = "MIT" repository = "https://sr.ht/~mvforell/windows-drives" [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 = "windows_drives" path = "./src/lib.rs" [dependencies.derive-try-from-primitive] version = "1.0.0" [dependencies.winapi] version = "0.3" features = ["errhandlingapi", "fileapi", "handleapi", "impl-default", "ioapiset", "minwinbase", "ntdef", "winbase", "winioctl", "winnt"]