rulex-macro 0.4.4

DEPRECATED: Use pomsky-macro instead. Macro for converting pomsky expressions to regexes
Documentation
# 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-macro"
version = "0.4.4"
authors = ["Ludwig Stecher <ludwig.stecher@gmx.de>"]
description = "DEPRECATED: Use pomsky-macro instead. Macro for converting pomsky expressions to regexes"
homepage = "https://pomsky-lang.org"
documentation = "https://docs.rs/rulex-macro"
readme = "README.md"
keywords = [
    "macro",
    "regexp",
    "regex",
    "rulex",
]
categories = ["text-processing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rulex-rs/pomsky"

[lib]
proc-macro = true

[dependencies.rulex]
version = "0.4.4"

[features]
default = []
diagnostics = []