overlayfs_fuse 1.2.0

A minimal, safe, synchronous OverlayFS implementation using FUSE written in pure 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 = "2024"
name = "overlayfs_fuse"
version = "1.2.0"
authors = ["mxnt <m10ferrari1200@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal, safe, synchronous OverlayFS implementation using FUSE written in pure Rust."
homepage = "https://github.com/LinuxProativo/overlayfs_fuse"
documentation = "https://docs.rs/overlayfs_fuse"
readme = "README.md"
keywords = [
    "overlayfs",
    "fuse",
    "filesystem",
    "fuser",
    "overlay",
]
categories = [
    "filesystem",
    "os::unix-apis",
]
license = "MIT"
repository = "https://github.com/LinuxProativo/overlayfs_fuse"

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

[dependencies.blake3]
version = "1.8"

[dependencies.fuser]
version = "0.17"

[dependencies.libc]
version = "0.2"

[dependencies.memmap2]
version = "0.9"

[dependencies.zerocopy]
version = "0.8"
features = ["derive"]