# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "metadata-backup" version = "0.1.0" authors = ["Paul Ganssle "] description = "Program to back up file system metadata." homepage = "https://gitlab.com/pganssle/metadata-backup" readme = "README.md" keywords = ["backup"] categories = ["command-line-interface", "filesystem"] license = "Apache-2.0" repository = "https://gitlab.com/pganssle/metadata-backup" [lib] name = "metadata_backup" path = "src/lib.rs" [[bin]] name = "metadata_backup" path = "src/main.rs" [dependencies.chrono] version = "~0.4" [dependencies.csv] version = "~1" [dependencies.rayon] version = "~1.2" [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.strmode] version = "~1" [dependencies.structopt] version = "~0.3" [dependencies.walkdir] version = "~2.2" [dependencies.zip] version = "~0.5" [dev-dependencies.proptest] version = "0.9.4" [dev-dependencies.proptest-derive] version = "0.1.2" [dev-dependencies.tempdir] version = "~0.3" [badges.gitlab] branch = "master" repository = "pganssle/metadata-backup"