# 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 = "grex" version = "1.4.5" authors = ["Peter M. Stahl "] description = """ grex generates regular expressions from user-provided test cases. """ homepage = "https://github.com/pemistahl/grex" documentation = "https://docs.rs/grex" readme = "README.md" keywords = [ "pattern", "regex", "regexp", ] categories = [ "command-line-utilities", "parsing", ] license = "Apache-2.0" repository = "https://github.com/pemistahl/grex" [profile.bench] debug = 2 [lib] crate-type = [ "cdylib", "rlib", ] [[bench]] name = "benchmark" harness = false [dependencies.itertools] version = "0.12.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.ndarray] version = "0.15.6" [dependencies.petgraph] version = "0.6.4" features = ["stable_graph"] default-features = false [dependencies.regex] version = "1.10.3" [dependencies.unic-char-range] version = "0.9.0" [dependencies.unic-ucd-category] version = "0.9.0" [dependencies.unicode-segmentation] version = "1.11.0" [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.rstest] version = "0.18.2" [features] cli = ["clap"] default = ["cli"] python = ["pyo3"] [target."cfg(not(target_family = \"wasm\"))".dependencies.clap] version = "4.5.1" features = [ "derive", "wrap_help", ] optional = true [target."cfg(not(target_family = \"wasm\"))".dependencies.pyo3] version = "0.20.3" optional = true [target."cfg(not(target_family = \"wasm\"))".dev-dependencies.assert_cmd] version = "2.0.14" [target."cfg(not(target_family = \"wasm\"))".dev-dependencies.criterion] version = "0.5.1" [target."cfg(not(target_family = \"wasm\"))".dev-dependencies.predicates] version = "3.1.0" [target."cfg(not(target_family = \"wasm\"))".dev-dependencies.proptest] version = "1.4.0" [target."cfg(not(target_family = \"wasm\"))".dev-dependencies.tempfile] version = "3.10.1" [target."cfg(target_family = \"wasm\")".dependencies.wasm-bindgen] version = "0.2.92" [target."cfg(target_family = \"wasm\")".dev-dependencies.wasm-bindgen-test] version = "0.3.42"