# 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 = "search_tool" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool to search for a pattern in a file and display the lines that contain it." homepage = "https://github.com/Blasberg15-hue/search_tool" documentation = "https://docs.rs/search_tool" readme = "README.md" license = "X11" repository = "https://github.com/Blasberg15-hue/search_tool" [lib] name = "search_tool" path = "src/search.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.0" features = ["derive"]