--- nom-5.0.1/Cargo.toml 1970-01-01T00:00:00+00:00 +++ nom-5.0.1/Cargo.toml 2019-11-26T19:03:02.515466+00:00 @@ -34,16 +34,6 @@ [lib] bench = false - -[[example]] -name = "json" -path = "examples/json.rs" -required-features = ["alloc"] - -[[example]] -name = "s_expression" -path = "examples/s_expression.rs" -required-features = ["alloc"] [[test]] name = "arithmetic" @@ -102,35 +92,6 @@ [[test]] name = "test1" -[[bench]] -name = "arithmetic" -path = "benches/arithmetic.rs" -harness = false - -[[bench]] -name = "http" -path = "benches/http.rs" -harness = false - -[[bench]] -name = "ini" -path = "benches/ini.rs" -harness = false - -[[bench]] -name = "ini_complete" -path = "benches/ini_complete.rs" -harness = false - -[[bench]] -name = "ini_str" -path = "benches/ini_str.rs" -harness = false - -[[bench]] -name = "json" -path = "benches/json.rs" -harness = false [dependencies.lazy_static] version = "^1.0" optional = true @@ -146,16 +107,11 @@ [dependencies.regex] version = "^1.0" optional = true -[dev-dependencies.criterion] -version = "0.2" - [dev-dependencies.doc-comment] version = "0.3" -[dev-dependencies.jemallocator] -version = "^0.1" [build-dependencies.version_check] -version = "^0.1" +version = "0.9" [features] alloc = []