[package] name = "until_regex" version = "0.1.0" authors = ["dbeard "] edition = "2018" license = "MIT" description = "Tiny utility for stopping execution of a long running process on a regex match in stdout or stderr" categories = ["command-line-utilities"] [dependencies] regex = "1"