# 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" version = "0.3.1+dokan206" authors = ["DDoSolitary "] description = "Rust-friendly wrapper 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/" readme = "README.md" keywords = [ "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.bitflags] version = "1.2.1" [dependencies.dokan-sys] version = "0.3.1" [dependencies.widestring] version = "0.4.3" [dependencies.winapi] version = "0.3.9" features = [ "std", "errhandlingapi", "handleapi", "heapapi", "ioapiset", "minwinbase", "minwindef", "ntdef", "ntstatus", "processthreadsapi", "sddl", "securitybaseapi", "synchapi", "winbase", "winerror", "winnt", ] [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" [badges.appveyor] repository = "Liryna/dokan-rust"