# 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 = "searcher_txt" version = "1.2.3" authors = ["Raphdf201 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A copy of grep that i mate to train my rust skills" homepage = "https://github.com/Raphdf201/minigrep/releases" readme = "README.md" keywords = [ "cli", "grep", "search", ] license-file = "unlicense.txt" repository = "https://github.com/Raphdf201/minigrep" [profile.bench] opt-level = 2 [profile.test] opt-level = 1 [lib] name = "searcher_txt" path = "src/lib.rs" [[bin]] name = "searcher_txt" path = "src/main.rs" [dependencies]