# 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 = "progitoor" version = "0.1.1" authors = [ "Edwin Peer ", "Simeon Miteff ", ] description = "progitoor is an overlay filesystem that stores ownership and other file metadata in a text database and presents that view to processes running as root, while the actual files are user-owned and can be versioned in git." documentation = "https://docs.rs/progitoor" readme = "README.md" keywords = [ "overlay", "git", "bindroot", "filesystem", "fuse", ] categories = [ "filesystem", "development-tools", "command-line-utilities", "embedded", ] license = "GPL-3.0" repository = "https://github.com/epiphyte2/progitoor" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "2" [dependencies.daemonize] version = "0.5" [dependencies.fern] version = "0.6" features = ["syslog-3"] [dependencies.fuse_mt] version = "0.5.1" [dependencies.interprocess] version = "1" [dependencies.libc] version = "0.2.101" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.22.1" [dependencies.syslog] version = "3" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.1.43"