# 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 = "ripsecrets" version = "0.1.8" description = "A command-line tool to prevent committing secret keys into your source code" homepage = "https://github.com/sirwart/ripsecrets" readme = "README.md" keywords = [ "security", "secret", "search", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/sirwart/ripsecrets" [[bench]] name = "find_secrets" harness = false [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.grep] version = "0.2.8" [dependencies.ignore] version = "0.4.18" [dependencies.lazy_static] version = "1.4.0" [dependencies.memoize] version = "0.3.0" [dependencies.num_cpus] version = "1.13.1" [dependencies.regex] version = "1.9.5" [dependencies.tempfile] version = "3.3.0" [dependencies.termcolor] version = "1.1.2" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [build-dependencies.clap] version = "4.2.5" features = ["derive"] [build-dependencies.clap_mangen] version = "0.2.15"