# 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 = "gredit" version = "0.0.3" authors = [ "Konrad Szymoniak ", "Róbert Leó Þormar Jónsson ", ] description = "Grep and Edit" homepage = "https://github.com/robertleoj/gredit" documentation = "https://github.com/robertleoj/gredit" readme = "README.md" keywords = [ "cli", "tui", "grep", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/robertleoj/gredit" resolver = "2" [[bin]] name = "gredit" path = "src/main.rs" [dependencies.anyhow] version = "1.0.38" [dependencies.clap] version = "3.1.6" features = [ "derive", "env", ] [dependencies.crossterm] version = "0.23.0" [dependencies.grep] version = "0.2.8" [dependencies.ignore] version = "0.4.18" [dependencies.itertools] version = "0.10.0" [dependencies.mockall_double] version = "0.2.1" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.strum_macros] version = "0.24.0" [dependencies.syntect] version = "5.0.0" [dependencies.tui] version = "0.17" features = ["crossterm"] default-features = false [dependencies.unicode-width] version = "0.1" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.mockall] version = "0.11.0" [dev-dependencies.test-case] version = "2.0.0"