# 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" version = "0.11.0" authors = ["Ludwig Stecher "] exclude = [ "tests/**", "fuzz/**", "afl-fuzz/**", ] description = "A new regular expression language" homepage = "https://pomsky-lang.org" documentation = "https://docs.rs/pomsky" readme = "README.md" keywords = [ "regexp", "regex", "syntax", "parser", "pomsky", ] categories = [ "text-processing", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pomsky-lang/pomsky" [[test]] name = "it" path = "./tests/it/main.rs" harness = false [dependencies.arbitrary] version = "1.3.1" features = ["derive"] optional = true [dependencies.miette] version = "5.10.0" features = ["fancy-no-backtrace"] optional = true [dependencies.pomsky-syntax] version = "0.11.0" [dev-dependencies.lexopt] version = "0.3.0" [dev-dependencies.regex] version = "1.10.2" [features] dbg = ["pomsky-syntax/dbg"] default = [] suggestions = ["pomsky-syntax/suggestions"]