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