# 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 = "roms-curator" version = "0.1.5" authors = ["Hugo Tigre"] exclude = [ ".github/", "tests/", "docs/", ".gitignore", ".editorconfig", ] description = "Helper utility to manage Sets of ROMs. Currently only works for MAME ROMs." homepage = "https://github.com/HugoTigre/roms-curator" readme = "README.md" keywords = [ "roms", "mame", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/HugoTigre/roms-curator" [profile.bench] debug = 2 [[bench]] name = "categorize_roms_bench" harness = false [[bench]] name = "copy_roms_bench" harness = false [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.1" features = ["cargo"] [dependencies.indicatif] version = "0.17" features = ["rayon"] [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1.2" [dependencies.rand] version = "0.8" [dependencies.roxmltree] version = "0.18" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.zip] version = "0.6" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.criterion] version = "0.4.0" features = ["html_reports"] [dev-dependencies.predicates] version = "3.0"