third_party_rust_nom/Cargo.toml
2015-03-24 11:22:31 +01:00

12 lines
364 B
TOML

[package]
name = "nom"
version = "0.2.0"
authors = [ "contact@geoffroycouprie.com" ]
description = "A byte oriented, zero copy, parser combinators library"
license = "MIT"
repository = "https://github.com/Geal/nom"
readme = "README.md"
documentation = "http://rust.unhandledexpression.com/nom/"
keywords = ["parser", "parser combinators", "parsing", "streaming"]