[package] name = "winfsp-rs" version = "0.0.0" edition = "2021" description = "winfsp sys bindings" license = "GPL-3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] winfsp-sys = "0.0.0" windows = { version = "0.39.0", features = ["Win32_Foundation", "Win32_System_LibraryLoader", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_WindowsProgramming", "Win32_System_Console", "Win32_System_Threading", "Win32_System_ProcessStatus"] } widestring = "1" thiserror = "1.0.32" registry = "1.2.2" [features] debug = [] system = ["winfsp-sys/system"]