# 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 = "winfsp_wrs" version = "0.3.0" authors = [ "@Scille/parsec-dev", "@Scille/rust-code-owners", ] description = "WinFSP wrapper for rust" keywords = [ "filesystem", "mountpoint", "windows", "winfsp", ] categories = [ "external-ffi-bindings", "filesystem", "os::windows-apis", ] license = "MIT" repository = "https://github.com/Scille/winfsp_wrs" [lib] doctest = false [dependencies.chrono] version = "0.4.33" [dependencies.widestring] version = "1.0.2" [dependencies.windows-sys] version = "0.52.0" features = [ "Wdk", "Wdk_Storage", "Wdk_Storage_FileSystem", "Win32_Foundation", "Win32_Security", "Win32_Security_Authorization", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_LibraryLoader", "Win32_System_Registry", "Win32_System_WindowsProgramming", ] [dependencies.winfsp_wrs_sys] version = "0.3.0" [features] debug = [] default = [] icon = [ "windows-sys/Win32_System_IO", "windows-sys/Win32_UI_Shell", ]