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