# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bgrep" version = "1.0.0" authors = ["gahag "] description = "bgrep is a grep tailored to handle binary patterns and files" homepage = "https://github.com/gahag/bgrep" documentation = "https://github.com/gahag/bgrep" readme = "readme.md" keywords = ["grep", "binary", "regex", "search", "pattern"] categories = ["command-line-utilities", "text-processing"] license = "BSD-3-Clause" repository = "https://github.com/gahag/bgrep" [profile.release] lto = true [dependencies.clap] version = "2.32" [dependencies.regex] version = "1"