# 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" version = "0.11.3+winfsp-2.0" description = "Rust bindings to WinFSP" readme = "README.md" keywords = [ "filesystem", "winfsp", "fuse", ] categories = [ "filesystem", "os::windows-apis", "api-bindings", ] license = "GPL-3.0" repository = "https://github.com/SnowflakePowered/winfsp-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" features = [ "full", "docsrs", ] targets = [] [dependencies.bytemuck] version = "1.13" [dependencies.paste] version = "1" [dependencies.static_assertions] version = "1.1" [dependencies.thiserror] version = "1" [dependencies.widestring] version = "1" [dependencies.windows] version = "0.52.0" features = [ "Win32_Foundation", "Win32_System_LibraryLoader", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_WindowsProgramming", "Win32_System_Console", "Win32_System_Threading", "Win32_System_ProcessStatus", "Wdk_Foundation", ] [dependencies.winfsp-sys] version = "0.2" [features] async-io = [] build = [] debug = [] default = [ "stable", "nightly", "windows-rs", ] delayload = ["build"] docsrs = ["winfsp-sys/docsrs"] full = [ "stable", "nightly", "async-io", ] handle-util = [] io-error = [] nightly = [ "io-error", "strict-provenance", ] notify = [] stable = [ "notify", "delayload", ] strict-provenance = [] system = [ "windows/Win32_System_Registry", "winfsp-sys/system", ] windows-rs = [ "handle-util", "windows-rs-error", ] windows-rs-error = []