libfuse-sys 0.5.0

Raw bindings to libfuse
Documentation
# 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 = "2018"
name = "libfuse-sys"
version = "0.5.0"
authors = ["Richard Wiedenhöft <richard@wiedenhoeft.xyz>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw bindings to libfuse"
readme = "README.md"
keywords = [
    "fuse",
    "bindings",
    "filesystem",
    "fs",
]
categories = ["external-ffi-bindings"]
license = "MIT AND LGPL-2.0-or-later"
repository = "https://github.com/richard-w/libfuse-sys"

[features]
cuse_lowlevel = []
default = [
    "fuse_highlevel",
    "fuse_lowlevel",
]
fuse_11 = []
fuse_21 = []
fuse_22 = []
fuse_24 = []
fuse_25 = []
fuse_26 = []
fuse_29 = []
fuse_30 = []
fuse_31 = []
fuse_312 = []
fuse_317 = []
fuse_318 = []
fuse_35 = []
fuse_37 = []
fuse_38 = []
fuse_highlevel = []
fuse_lowlevel = []

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

[[test]]
name = "smoketest"
path = "tests/smoketest.rs"

[dependencies.libc]
version = "0.2"

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cc]
version = "1"

[build-dependencies.pkg-config]
version = "0.3"