# 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" rust-version = "1.72.0" name = "minigrep_elijahkx" version = "0.1.2" authors = ["Elijah Koulaxis "] description = "MiniGrep is a Rust-based command-line tool, with a (current) size of 588KB that lets users search files for a given query string and shows matching lines with their line numbers." homepage = "https://www.elijahkoulaxis.com" documentation = "https://github.com/kx0101/minigrep" readme = "README.md" keywords = [ "cli", "linux", "grep", ] categories = [ "CLI", "grep", ] license = "MIT" repository = "https://github.com/kx0101/minigrep" [dependencies]