winfsp-sys 0.12.1+winfsp-2.1

Raw bindings to WinFSP
Documentation
[build-dependencies.bindgen]
version = "0.72.0"

[build-dependencies.windows-registry]
optional = true
version = "0.6.0"

[features]
docsrs = []
system = ["dep:windows-registry"]

[lib]
name = "winfsp_sys"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["filesystem", "os::windows-apis", "external-ffi-bindings"]
description = "Raw bindings to WinFSP"
edition = "2021"
keywords = ["filesystem", "winfsp", "fuse"]
license = "GPL-3.0"
name = "winfsp-sys"
readme = "README.md"
repository = "https://github.com/SnowflakePowered/winfsp-rs"
version = "0.12.1+winfsp-2.1"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
features = ["docsrs"]
targets = []