fernfs 0.1.5

A Rust NFS Server implementation
Documentation
[[bin]]
name = "fernfs"
path = "src/bin/fernfs/main.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.byteorder]
version = "1.4"

[dependencies.bytestream]
version = "0.4"

[dependencies.filetime]
version = "0.2"

[dependencies.futures]
version = "0.3.21"

[dependencies.intaglio]
version = "1.6"

[dependencies.num-derive]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.smallvec]
version = "1.10.0"

[dependencies.tokio]
features = ["full", "time"]
version = "1.0"

[dependencies.tracing]
version = "0.1.31"

[dependencies.tracing-attributes]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["tracing-log"]
version = "0.3"

[dev-dependencies]

[[example]]
name = "demofs"
path = "examples/demo_fs/main.rs"

[lib]
doctest = false
name = "fernfs"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust NFS Server implementation"
documentation = "https://docs.rs/fernfs"
edition = "2021"
homepage = "https://github.com/lunixbochs/fernfs"
license = "BSD-3-Clause"
name = "fernfs"
publish = true
readme = "README.md"
repository = "https://github.com/lunixbochs/fernfs"
rust-version = "1.83.0"
version = "0.1.5"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

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

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

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

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

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

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

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

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

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