fuse_mt 0.6.4

A higher-level FUSE filesystem library with multi-threading and inode->path translation.
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 = "fuse_mt"
version = "0.6.4"
authors = ["William R. Fraser <wfraser@codewise.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

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

[dependencies.fuser]
version = "0.16"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.threadpool]
version = "1.8"