[package] name = "pori" version = "0.0.0" authors = ["Sean Olson "] description = "Parser state and error extensions for nom." repository = "https://github.com/olson-sean-k/pori" readme = "README.md" edition = "2021" rust-version = "1.56.0" license = "MIT" keywords = ["nom"] categories = ["parsing"] [dependencies] nom = "^7.0.0"