# 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 = "rxp" version = "0.2.0" description = "A command-line utility to explore and test simple regular expressions" homepage = "https://github.com/drivasperez/rxp" keywords = ["regex"] license = "MIT" repository = "https://github.com/drivasperez/rxp" resolver = "2" [[bench]] name = "test_nfa" harness = false [dependencies.color-eyre] version = "0.5" [dependencies.structopt] version = "0.3.21" [dependencies.typed-arena] version = "2.0.1" [dependencies.unicode-segmentation] version = "1.7.1" [dev-dependencies.criterion] version = "0.3"