# 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] name = "regex_generate" version = "0.2.3" authors = ["CryptArchy "] description = """ Use regular expressions to generate text. """ homepage = "https://github.com/CryptArchy/regex_generate" documentation = "https://docs.rs/regex_generate" readme = "README.md" keywords = [ "regex", "text", "generation", ] categories = ["text-processing"] license = "MIT/Apache-2.0" repository = "https://github.com/CryptArchy/regex_generate" [dependencies.error-chain] version = "0.12.4" [dependencies.rand] version = "0.8" [dependencies.regex-syntax] version = "0.6.28" [dev-dependencies.regex] version = "1.7.1"