# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "regen" version = "0.1.0" authors = ["Alexandros Frantzis "] exclude = ["/.github/**"] description = "A library and command-line tool for generating all strings matching a regular expression" homepage = "https://github.com/afrantzis/regen" documentation = "https://docs.rs/regen" readme = "README.md" keywords = ["regex", "pattern", "generator"] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/afrantzis/regen" [profile.release] lto = true [dependencies.getopts] version = "0.2" [dependencies.regex-syntax] version = "0.6"