# 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 = "rsgrep" version = "0.5.0" authors = ["Christian Blume "] description = "A simple version of grep implemented in Rust" homepage = "https://github.com/bloomen/rsgrep" documentation = "https://github.com/bloomen/rsgrep" readme = "README.md" license = "MIT" repository = "https://github.com/bloomen/rsgrep" [dependencies.clap] version = "2.33.0" [dependencies.content_inspector] version = "0.2.4" [dependencies.regex] version = "1" [dependencies.termcolor] version = "1.0.5"