# 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 = "lipen_grrs" version = "0.1.0" authors = ["Konstantin Chukharev "] description = "A tool to search files" homepage = "https://github.com/Lipen" keywords = ["cli", "search", "demo"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" [dependencies.anyhow] version = "1.0" [dependencies.colored] version = "2.0" [dependencies.console] version = "0.14.1" [dependencies.indicatif] version = "0.16.0" [dependencies.itertools] version = "0.10.0" [dependencies.log] version = "0.4.14" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.simplelog] version = "0.10.0" [dependencies.structopt] version = "0.3.21" [dependencies.structopt-flags] version = "0.3.6" [dev-dependencies.assert_cmd] version = "1.0.3" [dev-dependencies.predicates] version = "1.0.8" [dev-dependencies.tempfile] version = "3.2.0"