# 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 = "rulex" version = "0.4.4" authors = ["Ludwig Stecher "] exclude = [ "tests/**", "fuzz/**", "afl-fuzz/**", ] description = "DEPRECATED: Use pomsky instead. A new regular expression language" homepage = "https://pomsky-lang.org" documentation = "https://docs.rs/rulex" readme = "README.md" keywords = [ "regexp", "regex", "syntax", "parser", "rulex", ] categories = [ "text-processing", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rulex-rs/pomsky" [[test]] name = "it" path = "./tests/it/main.rs" harness = false [dependencies.arbitrary] version = "1.1.2" features = ["derive"] optional = true [dependencies.miette] version = "4.7.1" optional = true [dependencies.nom] version = "7.1.0" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.atty] version = "0.2.14" [dev-dependencies.once_cell] version = "1.12.0" [dev-dependencies.regex] version = "1.5.6" [features] dbg = [] default = []