# 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 = "conserve-fuse" version = "0.1.2" authors = ["Antonin Amand "] description = "Conserve backup tool FUSE filesystem" documentation = "https://docs.rs/conserve-fuse" readme = "README.md" keywords = [ "backup", "mount", "fuse", ] license = "GPL-2.0" repository = "https://github.com/gwik/conserve-fuse" [[bin]] name = "conserve-mount" path = "src/main.rs" [dependencies.bytes] version = "1.5.0" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.conserve] version = "23" [dependencies.ctrlc] version = "3.4.1" features = ["termination"] [dependencies.env_logger] version = "0.10.1" [dependencies.fuser] version = "0.14" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4.20" features = ["std"] [dependencies.snafu] version = "0.7.5" features = ["backtraces"] [dev-dependencies.blake2-rfc] version = "0.2.18" [dev-dependencies.pretty_assertions] version = "1.4.0"