# 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 = "2018" name = "pidgin" version = "0.4.4" authors = ["dfhoughton "] description = "simple non-recursive grammars" homepage = "https://github.com/dfhoughton/pidgin" documentation = "https://docs.rs/pidgin" readme = "README.md" keywords = [ "grammar", "regex", "parsing", ] categories = [ "parsing", "text-processing", ] license = "MIT" repository = "https://github.com/dfhoughton/pidgin" [profile.release] panic = "abort" [[bench]] name = "regex_comparison" harness = false [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1.7.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_regex] version = "1" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_json] version = "1"