# 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 = "reggie" version = "0.1.1" description = "fast Windows registry search tool" homepage = "https://github.com/itchychips/reggie" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/itchychips/reggie" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.2.4" features = ["derive"] [dependencies.indexmap] version = "1.9.3" features = ["rayon"] [dependencies.rayon] version = "1.7.0" [dependencies.regex] version = "1.8.0" [dependencies.winreg] version = "0.50" features = ["chrono"]