# 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 = "sgrep" version = "0.1.0" authors = ["Thiago Massari Guedes"] description = "A simple grep util for those lazy to remember many command line options" homepage = "https://gitlab.com/thiagomg/sgrep" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/thiagomg/sgrep" [dependencies.anyhow] version = "1.0.86" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.5.7" features = [ "derive", "string", ] [dependencies.colored] version = "2.1.0"