polyfuse 0.5.1

A FUSE (Filesystem in Userspace) library for Rust.
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 = "2021"
rust-version = "1.78.0"
name = "polyfuse"
version = "0.5.1"
description = "A FUSE (Filesystem in Userspace) library for Rust."
readme = "README.md"
keywords = [
    "fuse",
    "filesystem",
    "async",
    "futures",
]
categories = ["filesystem"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ubnt-intrepid/polyfuse.git"

[dependencies.either]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.polyfuse-kernel]
version = "0.2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.zerocopy]
version = "0.8.26"

[dev-dependencies.pin-project-lite]
version = "0.2"