advanced_string_generator 0.1.0

A command-line tool for generating strings based on customizable regex patterns.
Documentation
[[bin]]
name = "advanced_string_generator"
path = "src/main.rs"

[dependencies.getrandom]
features = ["js"]
version = "0.2"

[dependencies.rand]
features = ["getrandom", "small_rng"]
version = "0.8.5"

[dependencies.wasm-bindgen]
version = "0.2.78"

[features]
wasm = []

[lib]
crate-type = ["cdylib", "rlib"]
name = "advanced_string_generator"
path = "src/lib.rs"

[package]
authors = ["Edward Igarashi <info@igarashi.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing", "development-tools"]
description = "A command-line tool for generating strings based on customizable regex patterns."
documentation = "https://igarashi.net/rust-advanced-string-generator/"
edition = "2021"
keywords = ["regex", "generator", "cli", "rust"]
license = "MIT"
name = "advanced_string_generator"
readme = "README.md"
repository = "https://github.com/edwardigarashi/Rust-Advanced-String-Generator"
version = "0.1.0"