# 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 = "2021" name = "snapshotfs" version = "0.4.2" authors = ["DCsunset"] description = "A fuse-based read-only filesystem to provide a snapshot view (tar archives) of directories or files without actually creating the archives" readme = "README.md" keywords = [ "fs", "fuse", "snapshot", "tar", "archive", ] categories = [ "filesystem", "command-line-utilities", ] license = "AGPL-3.0" repository = "https://github.com/DCsunset/snapshotfs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.2" features = ["derive"] [dependencies.daemonize] version = "0.5" [dependencies.env_logger] version = "0.9" [dependencies.fuser] version = "0.12" default-features = false [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.tar] version = "0.4" [dependencies.walkdir] version = "2"