embednfsd 0.2.0

NFSv4.1 server daemon powered by embednfs
# 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 = "embednfsd"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NFSv4.1 server daemon powered by embednfs"
readme = "README.md"
keywords = [
    "nfs",
    "nfsv4",
    "filesystem",
    "server",
]
categories = [
    "network-programming",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/PeronGH/embednfs"

[[bin]]
name = "embednfsd"
path = "src/main.rs"

[dependencies.embednfs]
version = "0.2.0"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "env-filter",
    "fmt",
]