# 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 = "mo" version = "0.1.0" authors = ["siberianbluerobin "] description = "Create dozens/hundreds/thousands/millions of random examples based on a pest grammar (PEG). It can be used for generate string/structured data for training models in AI, or like a grammar fuzzer for find bugs." readme = "README.md" keywords = ["generator", "grammar", "random", "data"] categories = ["command-line-utilities", "parsing", "parser-implementations", "template-engine"] license = "MIT" repository = "https://github.com/yuulive/mo" [lib] bench = false [[bin]] name = "mo" path = "src/main.rs" bench = false [[bench]] name = "basic_generation" harness = false [dependencies.aho-corasick] version = "0.7" [dependencies.config] version = "^0.10.1" [dependencies.indicatif] version = "0.11" [dependencies.pest] version = "2.1" [dependencies.pest_meta] version = "2.1" [dependencies.pest_vm] version = "2.1" [dependencies.rand] version = "0.6" [dependencies.rayon] version = "1.0" [dependencies.regex] version = "1.2" [dependencies.serde] version = "^1.0.8" [dependencies.serde_derive] version = "^1.0.8" [dependencies.stacker] version = "0.1" [dependencies.structopt] version = "^0.3.12" [dev-dependencies.criterion] version = "^0.3.1"