embednfsd 0.4.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.4.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.4.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",
]

[lints.clippy]
allow_attributes = "warn"
allow_attributes_without_reason = "warn"
await_holding_lock = "warn"
await_holding_refcell_ref = "warn"
expect_used = "warn"
indexing_slicing = "warn"
missing_safety_doc = "warn"
multiple_unsafe_ops_per_block = "warn"
panic = "warn"
panic_in_result_fn = "warn"
todo = "warn"
undocumented_unsafe_blocks = "warn"
unimplemented = "warn"
unnecessary_safety_comment = "warn"
unreachable = "warn"
unused_async = "warn"
unwrap_used = "warn"

[lints.rust]
unfulfilled_lint_expectations = "warn"
unreachable_pub = "warn"
unused_results = "warn"