[package] name = "rulex-bin" description = "DEPRECATED: Use pomsky-bin instead. Compile rulex expressions, a new regular expression language" version = "0.4.5" edition = "2021" authors = ["Ludwig Stecher "] license = "MIT OR Apache-2.0" homepage = "https://pomsky-lang.org" repository = "https://github.com/rulex-rs/pomsky" readme = "README.md" keywords = ["regexp", "regex", "rulex"] categories = ["text-processing", "command-line-utilities"] [[bin]] name = "rulex" path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] atty = "0.2.14" thiserror = "1.0.30" miette = { version = "4.2.1", features = ["fancy"] } [dependencies.rulex] version = "0.4.4" path = "../rulex-lib" features = ["dbg", "miette"] [dependencies.clap] version = "3.1.0" default-features = false features = ["std", "derive", "wrap_help"]