# 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" rust-version = "1.71.1" name = "rand_regex" version = "0.17.0" authors = ["kennytm "] description = "Generates random strings and byte strings matching a regex" readme = "README.md" keywords = [ "regex", "random", "generator", ] categories = [ "algorithms", "text-processing", ] license = "MIT" repository = "https://github.com/kennytm/rand_regex" [profile.bench] debug = 2 [[bench]] name = "benchmark" harness = false [dependencies.rand] version = "0.8" default-features = false [dependencies.regex-syntax] version = "0.8.2" features = ["std"] default-features = false [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_distr] version = "0.4" [dev-dependencies.rand_xorshift] version = "0.3" [dev-dependencies.regex] version = "1.9" features = [ "std", "unicode", ] default-features = false [features] default = ["unicode"] unicode = ["regex-syntax/unicode"] [badges.is-it-maintained-issue-resolution] repository = "kennytm/rand_regex" [badges.is-it-maintained-open-issues] repository = "kennytm/rand_regex" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] branch = "master" repository = "kennytm/rand_regex"