# 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 = "advanced_string_generator" version = "0.1.2" authors = ["Edward Igarashi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool for generating strings based on customizable regex patterns." documentation = "https://igarashi.net/rust-advanced-string-generator/" readme = "README.md" keywords = [ "regex", "generator", "cli", "rust", ] categories = [ "command-line-utilities", "text-processing", "development-tools", ] license = "MIT" repository = "https://github.com/edwardigarashi/Rust-Advanced-String-Generator" [lib] name = "advanced_string_generator" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "advanced_string_generator" path = "src/main.rs" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.rand] version = "0.8.5" features = [ "getrandom", "small_rng", ] [dependencies.wasm-bindgen] version = "0.2.78" [features] wasm = []