[badges.github-actions]
branch = "main"
repository = "yourusername/match-string"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[lib]
name = "match_string_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Your Name <you@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Proc-macro to provide ergonomic pattern-matching syntax for the `match-string` crate"
edition = "2024"
homepage = "https://github.com/yourusername/match-string"
keywords = ["proc-macro", "pattern", "parser", "macros"]
license = "MIT OR Apache-2.0"
name = "match_string_macros"
readme = "README.md"
repository = "https://github.com/yourusername/match-string"
version = "0.1.1"