[package] name = "svgrep" version = "2.1.2" description = "A grep-like utility for separated-values files written in Rust" homepage = "https://git.sr.ht/~tsdh/svgrep" repository = "https://git.sr.ht/~tsdh/svgrep" authors = ["Tassilo Horn "] license = "GPL-3.0+" edition = "2018" [dependencies] clap = "2.33.3" regex = "1.3.9" lazy_static = "1.4.0"