# 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 = "archivefs" version = "1.0.1" authors = ["Franco Bugnano "] include = [ "**/*.rs", "Cargo.toml", "Cargo.lock", ] description = "A read-only FUSE filesystem for mounting compressed archives, inspired by archivemount." readme = "README.md" keywords = [ "libarchive", "zip", "7z", "tar", "mount", ] categories = [ "command-line-utilities", "compression", "filesystem", ] license = "GPL-3.0-or-later" repository = "https://github.com/bugnano/archivefs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "2.33" [dependencies.daemonize] version = "0.5" [dependencies.env_logger] version = "0.8" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.polyfuse] version = "0.4" [dependencies.relative-path] version = "1.3" [dependencies.termios] version = "0.3"