# 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 = "regexp2rust_macro" version = "0.1.5" description = "regexp(ecma262) to rust code macro" readme = "README.md" keywords = [ "ecma262", "regexp", "regex", ] license = "Apache-2.0" repository = "https://gitlab.com/hjiayz/regexp2rust.git" [lib] proc-macro = true [[bench]] name = "dna" harness = false [dependencies.jsexec] version = "0.1.6" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.memchr] version = "2.5.0" [dev-dependencies.regex] version = "1.7.0" features = ["perf-literal"] default-features = false