embednfs 0.2.0

Embeddable NFSv4.1 server 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"
rust-version = "1.88"
name = "embednfs"
version = "0.2.0"
build = false
exclude = ["CLAUDE.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embeddable NFSv4.1 server library"
readme = "README.md"
keywords = [
    "nfs",
    "nfsv4",
    "filesystem",
    "server",
]
categories = [
    "network-programming",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/PeronGH/embednfs"

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

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

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

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

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

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

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

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

[dependencies.bytes]
version = "1.11.1"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.embednfs-proto]
version = "0.1.4"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50.0"
features = ["full"]

[dependencies.tracing]
version = "0.1.44"