scfs 0.10.6

A convenient splitting and concatenating filesystem.
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 = "2018"
name = "scfs"
version = "0.10.6"
authors = ["Florian Gamböck <mail@floga.de>"]
build = false
exclude = [
    "/bump",
    "/sync_readme_with_doc.bash",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "scfs"
description = "A convenient splitting and concatenating filesystem."
readme = "README.md"
categories = ["filesystem"]
license = "WTFPL"
repository = "https://github.com/FloGa/scfs"

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

[[bin]]
name = "catfs"
path = "src/bin/catfs.rs"

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

[[bin]]
name = "splitfs"
path = "src/bin/splitfs.rs"

[dependencies.clap]
version = "4.3.10"
features = [
    "cargo",
    "derive",
]

[dependencies.ctrlc]
version = "3.1.3"
features = ["termination"]

[dependencies.daemonize]
version = "0.5.0"

[dependencies.fuser]
version = "0.16.0"

[dependencies.libc]
version = "0.2.62"

[dependencies.rusqlite]
version = "0.39.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.rand]
version = "0.10.1"

[dev-dependencies.tempfile]
version = "3.1.0"