# 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 = "grep_bin" version = "2.0.0" authors = ["LaBatata101 "] description = "Searches recursively a directory or multiple files for a sequence of bytes or ASCII string." homepage = "https://github.com/LaBatata101/grep_bin" readme = "README.md" keywords = ["binary", "grep", "search", "pattern", "bgrep"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/LaBatata101/grep_bin" resolver = "2" [profile.release] lto = true codegen-units = 1 strip = "symbols" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "3.1.3" features = ["cargo"] [dependencies.hex] version = "0.4.3"