# 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 = "ipgrep" version = "0.2.0" authors = ["Jan Starke "] description = "search for IP addresses in text files" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/janstarke/ipgrep" [lib] name = "ipgrep" path = "src/lib.rs" [[bin]] name = "ipgrep" path = "src/main.rs" required-features = ["ipgrep"] [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["wrap_help"] optional = true [dependencies.clap-verbosity-flag] version = "2.0.0" optional = true [dependencies.colored] version = "2" [dependencies.lazy-regex] version = "2.3.1" [dependencies.log] version = "0.4" features = ["release_max_level_info"] [dependencies.regex] version = "1" [dependencies.simplelog] version = "0.12" [dependencies.winstructs] version = "0.3.0" [features] cli = ["ipgrep"] default = ["cli"] ipgrep = [ "clap", "clap-verbosity-flag", ]