fuse3 0.1.0-alpha2

FUSE user-space library async version implementation.
Documentation
[dependencies.async-std]
features = ["unstable"]
optional = true
version = "1.5"

[dependencies.async-trait]
version = "0.1"

[dependencies.bincode]
version = "1.2"

[dependencies.futures]
version = "0.3"

[dependencies.lazy_static]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.nix]
version = "0.17"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.tokio]
features = ["fs", "io-util", "blocking", "sync", "stream"]
optional = true
version = "0.2"

[dependencies.which]
optional = true
version = "3.1"

[features]
async-std-runtime = ["async-std"]
doc = ["file-lock", "unprivileged", "async-std-runtime"]
file-lock = []
tokio-runtime = ["tokio"]
unprivileged = ["which"]

[package]
authors = ["Sherlock Holo <sherlockya@gmail.com>"]
categories = ["api-bindings", "filesystem"]
description = "FUSE user-space library async version implementation."
edition = "2018"
keywords = ["fuse", "filesystem", "system", "bindings"]
license = "MIT"
name = "fuse3"
readme = "README.md"
repository = "https://github.com/Sherlock-Holo/fuse3"
version = "0.1.0-alpha2"
[package.metadata.docs.rs]
features = ["doc"]