6 Star 2 Fork 3

openEuler / async-libfuse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 724 Bytes
一键复制 编辑 原始数据 按行查看 历史
jingxiaolu 提交于 2021-12-10 08:46 . Update README and add license files
[package]
name = "async_libfuse"
version = "0.1.0"
authors = ["Pu Wang <nicolas.weeks@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.31"
env_logger = "0.6.0"
futures = "0.3.5"
futures-core = "0.3.5"
futures-io = "0.3.5"
futures-util = "0.3.5"
lazy_static = "1.4.0"
libc = "0.2"
log = "0.4.6"
nix = "0.17.0"
pin-project-lite ="0.1.7"
smol = "0.1.11"
[features]
abi-7-9 = []
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"]
1
https://gitee.com/openeuler/async-libfuse.git
git@gitee.com:openeuler/async-libfuse.git
openeuler
async-libfuse
async-libfuse
master

搜索帮助