# 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 = "levitating-fuser" version = "0.11.1" authors = ["Christopher Berner "] build = "build.rs" description = "My fork of Filesystem in Userspace (FUSE) for Rust" readme = "README.md" keywords = [ "fuse", "filesystem", "system", "bindings", ] categories = [ "external-ffi-bindings", "api-bindings", "filesystem", "os::unix-apis", ] license = "MIT" repository = "https://github.com/LevitatingBusinessMan/fuser" [dependencies.libc] version = "0.2.51" [dependencies.log] version = "0.4.6" [dependencies.memchr] version = "2" [dependencies.page_size] version = "0.4.2" [dependencies.serde] version = "1.0.102" features = [ "std", "derive", ] optional = true [dependencies.smallvec] version = "1.6.1" [dependencies.users] version = "0.11.0" [dependencies.zerocopy] version = "0.6" [dev-dependencies.bincode] version = "1.3.1" [dev-dependencies.clap] version = "3.0" features = ["cargo"] [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.serde] version = "1.0.102" features = [ "std", "derive", ] [dev-dependencies.tempfile] version = "3" [build-dependencies.pkg-config] version = "0.3.14" optional = true [features] abi-7-10 = ["abi-7-9"] abi-7-11 = ["abi-7-10"] abi-7-12 = ["abi-7-11"] abi-7-13 = ["abi-7-12"] abi-7-14 = ["abi-7-13"] abi-7-15 = ["abi-7-14"] abi-7-16 = ["abi-7-15"] abi-7-17 = ["abi-7-16"] abi-7-18 = ["abi-7-17"] abi-7-19 = ["abi-7-18"] abi-7-20 = ["abi-7-19"] abi-7-21 = ["abi-7-20"] abi-7-22 = ["abi-7-21"] abi-7-23 = ["abi-7-22"] abi-7-24 = ["abi-7-23"] abi-7-25 = ["abi-7-24"] abi-7-26 = ["abi-7-25"] abi-7-27 = ["abi-7-26"] abi-7-28 = ["abi-7-27"] abi-7-29 = ["abi-7-28"] abi-7-30 = ["abi-7-29"] abi-7-31 = ["abi-7-30"] abi-7-9 = [] default = ["libfuse"] libfuse = ["pkg-config"] serializable = ["serde"]