# 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-macro" version = "0.11.0" authors = ["Ludwig Stecher "] description = "Macro for converting pomsky expressions to regexes" homepage = "https://github.com/pomsky-lang/pomsky/blob/main/pomsky-macro" documentation = "https://docs.rs/pomsky-macro" readme = "README.md" keywords = [ "macro", "regexp", "regex", "pomsky", ] categories = ["text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/pomsky-lang/pomsky" [lib] proc-macro = true [dependencies.pomsky] version = "0.11.0" [features] default = [] diagnostics = []