# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "neure" version = "0.6.2" authors = ["araraloren "] description = "A fast little combinational parsing library" readme = "README.md" keywords = [ "regex", "parser", ] categories = ["parsing"] license = "MPL-2.0" repository = "https://github.com/araraloren/neure/" [profile.release] lto = true codegen-units = 1 [[bench]] name = "nom_cap" path = "./bench/nom_cap.rs" harness = false [[bench]] name = "regex_cap" path = "./bench/regex_cap.rs" harness = false [[bench]] name = "regex_nocap" path = "./bench/regex_nocap.rs" harness = false [[bench]] name = "json" path = "./bench/json.rs" harness = false [dependencies.charize] version = "0.0.2" [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.color-eyre] version = "0.5" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.nom] version = "7.1" [dev-dependencies.regex] version = "1.0" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] log = ["tracing"]