# 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.3" authors = ["Florian Gamböck "] exclude = [ "/bump", "/sync_readme_with_doc.bash", ] default-run = "scfs" description = "A convenient splitting and concatenating filesystem." readme = "README.md" categories = ["filesystem"] license = "WTFPL" repository = "https://github.com/FloGa/scfs" [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.13.0" [dependencies.libc] version = "0.2.62" [dependencies.rusqlite] version = "0.29.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tempfile] version = "3.1.0"