# 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 = "regenerator" version = "0.1.2" description = "Fuzzer/RNG seeded generation of arbitrary regular expressions" license = "MIT" [dependencies.anyhow] version = "1.0.71" [dependencies.derive_builder] version = "0.12.0" [dependencies.fuzzerang] version = "0.1.2" [dependencies.rand] version = "0.8.5" [dependencies.regex-automata] version = "0.3.0" [dependencies.regex-syntax] version = "0.7.3"