You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
--- nom-3.2.1/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
|
|
+++ nom-3.2.1/Cargo.toml 2017-11-30T18:15:15.012863+01:00
|
|
|
|
@@ -23,19 +23,15 @@
|
|
|
|
license = "MIT"
|
|
|
|
repository = "https://github.com/Geal/nom"
|
|
|
|
[dependencies.memchr]
|
|
|
|
-version = "^1.0.1"
|
|
|
|
+version = "^2"
|
|
|
|
default-features = false
|
|
|
|
-
|
|
|
|
-[dependencies.compiler_error]
|
|
|
|
-version = "0.1.1"
|
|
|
|
-optional = true
|
|
|
|
|
|
|
|
[dependencies.regex]
|
|
|
|
version = "^0.2"
|
|
|
|
optional = true
|
|
|
|
|
|
|
|
[dependencies.lazy_static]
|
|
|
|
-version = "^0.2.2"
|
|
|
|
+version = "^1.0"
|
|
|
|
optional = true
|
|
|
|
|
|
|
|
[features]
|
|
|
|
@@ -43,7 +39,6 @@
|
|
|
|
regexp = ["regex"]
|
|
|
|
verbose-errors = []
|
|
|
|
stream = []
|
|
|
|
-nightly = ["compiler_error"]
|
|
|
|
regexp_macros = ["regexp", "lazy_static"]
|
|
|
|
std = ["memchr/use_std"]
|
|
|
|
[badges.travis-ci]
|