# 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 = "ecma_regex" version = "0.0.2" description = "regex in ECMAScript regular expression syntax!" readme = "README.md" keywords = [ "quickjs", "regex", "libregexp", "regexp", "js_regex", ] license = "MIT" repository = "https://github.com/hyf0/ecma_regex" [[bench]] name = "bench" harness = false [dependencies.bitflags] version = "1.3.2" [dependencies.libregexp-sys] version = "0.0.2" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rs_regex] version = "1.7.1" package = "regex"