libfuse-fs 0.1.12

FUSE Filesystem Library
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 = "libfuse-fs"
version = "0.1.12"
build = false
exclude = ["buck"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FUSE Filesystem Library"
homepage = "https://github.com/r2cn-dev/rk8s/tree/main/project/libfuse-fs"
documentation = "https://github.com/r2cn-dev/rk8s/tree/main/project/libfuse-fs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/r2cn-dev/rk8s/tree/main/project/libfuse-fs"
resolver = "2"

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

[[example]]
name = "overlay"
path = "examples/overlay.rs"

[[example]]
name = "overlayfs_example"
path = "examples/overlayfs_example.rs"

[[example]]
name = "passthrough"
path = "examples/passthrough.rs"

[[example]]
name = "unionfs"
path = "examples/unionfs.rs"

[[test]]
name = "qlean"
path = "tests/qlean.rs"

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

[dependencies.bitflags]
version = "2.4"
features = ["serde"]

[dependencies.bytes]
version = "1.10.1"

[dependencies.clap]
version = "4.5.49"
features = [
    "derive",
    "derive",
]

[dependencies.futures]
version = "0.3.31"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.itertools]
version = "0.14.0"

[dependencies.libc]
version = "0.2.175"

[dependencies.memmap2]
version = "0.9.7"

[dependencies.moka]
version = "0.12.11"
features = ["future"]

[dependencies.nix]
version = "0.29.0"

[dependencies.radix_trie]
version = "0.2.1"

[dependencies.reqwest]
version = "0.12.24"
features = [
    "json",
    "blocking",
]

[dependencies.rfuse3]
version = "0.0.7"
features = [
    "tokio-runtime",
    "unprivileged",
    "file-lock",
    "tokio-runtime",
    "unprivileged",
]

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
version = "1.48.0"
features = [
    "full",
    "full",
]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = [
    "json",
    "env-filter",
]

[dependencies.uuid]
version = "1.18.1"
features = [
    "v4",
    "serde",
    "fast-rng",
    "macro-diagnostics",
    "v4",
]

[dependencies.vm-memory]
version = "0.16.1"

[dependencies.vmm-sys-util]
version = "0.12.1"

[dev-dependencies.anyhow]
version = "1.0.100"

[dev-dependencies.qlean]
version = "0.2"

[dev-dependencies.tempfile]
version = "3.20.0"

[dev-dependencies.tokio]
version = "1.48.0"
features = [
    "full",
    "full",
]