[package]
name = "peruse"
version = "0.3.0"
authors = [ "Dan Simon <dan@dansimon.info>" ]
description = "A small parser combinator library"
repository = "https://github.com/DanSimon/peruse"
readme = "README.md"
keywords = ["parser", "combinator"]
license = "MIT"
[lib]
name = "peruse"
path = "src/peruse/lib.rs"
[dependencies]
regex = "0.1.10"