# 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 = "rmd" version = "0.5.3" authors = ["Filippo Ranza "] description = "An improved rm implementation able to remove duplicate files" readme = "README.md" keywords = ["remove", "fileutils", "duplicates", "rm", "cli"] license = "MIT" repository = "https://github.com/FilippoRanza/rmd" [dependencies.clap] version = "2.33.0" [dependencies.data-encoding] version = "2.1.2" [dependencies.log] version = "0.4" [dependencies.ring] version = "0.16.9" [dependencies.syslog] version = "5.0" [dev-dependencies.tempfile] version = "3.1.0"