# 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 = "fuse_mt" version = "0.6.1" authors = ["William R. Fraser "] description = "A higher-level FUSE filesystem library with multi-threading and inode->path translation." readme = "README.md" keywords = [ "fuse", "filesystem", ] categories = ["filesystem"] license = "MIT/Apache-2.0" repository = "https://github.com/wfraser/fuse-mt" [dependencies.fuser] version = "0.13" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.threadpool] version = "1.8"