# 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 = "minimizer" version = "2.0.3" authors = ["RafaƂ Mikrut"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Minimize files to find minimal test case" homepage = "https://github.com/qarmin/minimizer" readme = "README.md" license = "MIT" repository = "https://github.com/qarmin/minimizer" [profile.release] lto = "thin" debug = 2 debug-assertions = true overflow-checks = true [[bin]] name = "minimizer" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.once_cell] version = "1.20.2" [dependencies.rand] version = "0.8" [dependencies.strum] version = "0.26" features = ["strum_macros"] [dependencies.strum_macros] version = "0.26" [dependencies.walkdir] version = "2.5"