# 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 = "cntr-fuse" version = "0.4.2" authors = ["Jörg Thalheim "] description = "Rust library for filesystems in userspace (FUSE) (fork with functionality needed for the cntr project)" homepage = "https://github.com/Mic92/cntr-fuse" readme = "README.md" keywords = [ "fuse", "filesystem", "system", "bindings", ] categories = [ "api-bindings", "filesystem", ] license = "MIT" repository = "https://github.com/Mic92/cntr-fuse" [[example]] name = "hello" required-features = ["libfuse"] [[example]] name = "null" required-features = ["libfuse"] [dependencies.cntr-fuse-abi] version = "=0.4.1" [dependencies.cntr-fuse-sys] version = "=0.4.1" [dependencies.libc] version = "0.2.51" [dependencies.log] version = "0.4.6" [dev-dependencies.env_logger] version = "0.10.1" [features] default = ["libfuse"] libfuse = ["cntr-fuse-sys/libfuse"] [badges.cirrus-ci] repository = "zargony/fuse-rs" [badges.github] repository = "zargony/fuse-rs"