# 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 = "deduposaur" version = "0.1.0" authors = ["Michael Leonhard "] description = "A command-line program to help you add files to your personal archive" readme = "Readme.md" keywords = ["dedupe", "archive", "backup"] categories = ["command-line-utilities", "filesystem"] license = "Apache-2.0" repository = "https://github.com/mleonhard/deduposaur" [dependencies.chrono] version = "^0.4.19" [dependencies.filetime] version = "^0.2.14" [dependencies.hex] version = "^0.4.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "1" features = ["hex"] [dependencies.sha2] version = "^0.9.5" [dependencies.structopt] version = "^0.3.22" [dev-dependencies.assert_cmd] version = "1" [dev-dependencies.assert_that] version = "^0.1.2" [dev-dependencies.filetime] version = "^0.2.14" [dev-dependencies.predicates] version = "2" [dev-dependencies.temp-dir] version = "^0.1.11" [dev-dependencies.temp-file] version = "^0.1.6"