lb-fs 26.3.20

A Virtual file system implementation for lockbook.net.
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 = "lb-fs"
version = "26.3.20"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Virtual file system implementation for lockbook.net."
homepage = "https://lockbook.net"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/lockbook/lockbook/"
resolver = "2"

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

[[bin]]
name = "lb-fs"
path = "src/main.rs"

[dependencies.cli-rs]
version = "0.2.0"

[dependencies.lb-rs]
version = "26"

[dependencies.nfs3_server]
version = "0.8"

[dependencies.tokio]
version = "1.35.1"
features = [
    "signal",
    "process",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "0.1"

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