# 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 = "pomsky-bin" version = "0.11.0" authors = ["Ludwig Stecher "] description = "Compile pomsky expressions, a new regular expression language" homepage = "https://pomsky-lang.org/" readme = "README.md" keywords = [ "regexp", "regex", "pomsky", ] categories = [ "text-processing", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pomsky-lang/pomsky" [[bin]] name = "pomsky" path = "src/main.rs" [dependencies.helptext] version = "0.1.0" [dependencies.lexopt] version = "0.3.0" [dependencies.miette] version = "5.10.0" features = ["fancy-no-backtrace"] [dependencies.pcre2] version = "0.2.5" optional = true [dependencies.pomsky] version = "0.11.0" features = [ "dbg", "miette", "suggestions", ] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.supports-color] version = "2.0.0" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.predicates] version = "2.1.5" [features] default = ["test"] test = ["dep:pcre2"]