[package] name = "strscan" version = "0.1.1" authors = ["Luke Gruber "] description = "Simple rust library for matching text against regular expressions for use in lexers or other software." readme = "README.md" repository = "https://github.com/luke-gru/rs_strscan" license-file = "LICENSE" [dependencies] regex = "^0.1.8"