# 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 = "git-metafile" version = "0.2.3" authors = ["Jakub Jirutka "] exclude = [ ".*", "README.adoc", ] description = """ A simple tool for storing and restoring files metadata (mode, owner, group) in a git repository. It's designed especially for versioning /etc. """ homepage = "https://github.com/jirutka/git-metafile" readme = "README.md" keywords = [ "git", "cli", "tool", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/jirutka/git-metafile" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.argparse] version = "^0.2.0" [dependencies.boolinator] version = "^2.4" [dependencies.nix] version = "^0.24.0" [dependencies.quick-error] version = "^2.0"