[package] name = "peresil" version = "0.4.0-alpha.0" authors = ["Jake Goulding "] description = "A simple and simplistic string parsing library" readme = "README.md" keywords = ["parser"] homepage = "https://github.com/shepmaster/peresil" repository = "https://github.com/shepmaster/peresil" documentation = "https://shepmaster.github.io/peresil/" license = "MIT" [features] default = ["combinators"] combinators = []