--- nom-7.1.3/Cargo.toml 1970-01-01T00:00:01+00:00 +++ nom-7.1.3/Cargo.toml 2023-01-28T21:50:33.035844+00:00 @@ -53,35 +53,6 @@ lto = true codegen-units = 1 debug = true - -[[example]] -name = "custom_error" -path = "examples/custom_error.rs" -required-features = ["alloc"] - -[[example]] -name = "json" -path = "examples/json.rs" -required-features = ["alloc"] - -[[example]] -name = "json_iterator" -path = "examples/json_iterator.rs" -required-features = ["alloc"] - -[[example]] -name = "iterator" -path = "examples/iterator.rs" - -[[example]] -name = "s_expression" -path = "examples/s_expression.rs" -required-features = ["alloc"] - -[[example]] -name = "string" -path = "examples/string.rs" -required-features = ["alloc"] [[test]] name = "arithmetic"