# 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 = "dokan-sys" version = "0.3.1+dokan206" authors = ["DDoSolitary "] build = "build.rs" links = "dokan" description = "Raw FFI bindings for Dokan (user mode file system library for Windows)" homepage = "https://dokan-dev.github.io" documentation = "https://dokan-dev.github.io/dokan-rust-doc/html/dokan_sys/" readme = "README.md" keywords = [ "ffi", "dokan", "bindings", "driver", "filesystem", ] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/dokan-dev/dokan-rust" resolver = "1" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.libc] version = "0.2.82" [dependencies.winapi] version = "0.3.9" features = [ "std", "basetsd", "fileapi", "minwinbase", "minwindef", "ntdef", "winnt", ] [build-dependencies.cc] version = "1.0.66" [badges.appveyor] repository = "Liryna/dokan-rust"