[badges.appveyor]
repository = "Liryna/dokan-rust"
[dependencies.bitflags]
version = "1.2.1"
[dependencies.dokan-sys]
version = "0.3.1"
[dependencies.widestring]
version = "0.4.3"
[dependencies.winapi]
features = ["std", "errhandlingapi", "handleapi", "heapapi", "ioapiset", "minwinbase", "minwindef", "ntdef", "ntstatus", "processthreadsapi", "sddl", "securitybaseapi", "synchapi", "winbase", "winerror", "winnt"]
version = "0.3.9"
[dev-dependencies.clap]
version = "2.33.3"
[dev-dependencies.ctrlc]
version = "3.2.3"
[dev-dependencies.lazy_static]
version = "1.4.0"
[dev-dependencies.parking_lot]
version = "0.11.1"
[dev-dependencies.regex]
version = "1.4.3"
[package]
authors = ["DDoSolitary <DDoSolitary@gmail.com>"]
categories = ["external-ffi-bindings"]
description = "Rust-friendly wrapper for Dokan (user mode file system library for Windows)"
documentation = "https://dokan-dev.github.io/dokan-rust-doc/html/dokan/"
edition = "2021"
homepage = "https://dokan-dev.github.io"
keywords = ["dokan", "bindings", "driver", "filesystem"]
license = "MIT"
name = "dokan"
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"