# 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.4.0" authors = ["Richard Wiedenhöft "] build = "build.rs" 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" [dependencies.libc] version = "0.2" [build-dependencies.bindgen] version = "0.60" [build-dependencies.pkg-config] version = "0.3" [features] default = [ "fuse_highlevel", "fuse_lowlevel", ] fuse_11 = [] fuse_21 = [] fuse_22 = [] fuse_24 = [] fuse_25 = [] fuse_26 = [] fuse_29 = [] fuse_30 = [] fuse_31 = [] fuse_35 = [] fuse_highlevel = [] fuse_lowlevel = []