2014-10-27 17:21:04 +00:00
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "nom"
|
2015-08-04 07:15:51 +00:00
|
|
|
version = "0.3.11"
|
2014-10-27 17:21:04 +00:00
|
|
|
authors = [ "contact@geoffroycouprie.com" ]
|
2015-01-17 17:40:40 +00:00
|
|
|
description = "A byte oriented, zero copy, parser combinators library"
|
|
|
|
license = "MIT"
|
|
|
|
repository = "https://github.com/Geal/nom"
|
2015-03-24 07:22:12 +00:00
|
|
|
readme = "README.md"
|
|
|
|
documentation = "http://rust.unhandledexpression.com/nom/"
|
2015-08-03 17:12:47 +00:00
|
|
|
keywords = ["parser", "parser-combinators", "parsing", "streaming", "bit"]
|
2015-05-16 18:39:39 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
core = []
|
2015-07-01 08:32:27 +00:00
|
|
|
nightly = []
|