# 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 = "multi-machine-dedup" version = "0.2.0" authors = ["Olivier ROLAND "] description = "Deduplication tool using SQLite to allow multi-machine features." homepage = "https://github.com/newca12/multi-machine-dedup" readme = "README.md" keywords = [ "dedup", "cli", "program", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/newca12/multi-machine-dedup" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.crc] version = "3.0.0" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.17" [dependencies.rusqlite] version = "0.28.0" features = ["bundled"] [dependencies.tree_magic_mini] version = "3.0.3" features = ["with-gpl-data"] [dependencies.walkdir] version = "2.3.2"