pay-respects-parser 0.3.13

Compile time rule parser for the pay-respects CLI tool
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 = "2024"
name = "pay-respects-parser"
version = "0.3.13"
build = false
include = [
    "**/*.rs",
    "**/*.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compile time rule parser for the pay-respects CLI tool"
readme = false
license = "MPL-2.0"
repository = "https://github.com/iffse/pay-respects"
resolver = "2"

[lib]
name = "pay_respects_parser"
path = "src/lib.rs"
proc-macro = true

[dependencies.itertools]
version = "0.14.0"

[dependencies.pay-respects-utils]
version = "0.1"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.syn]
version = "2.0"

[dependencies.toml]
version = "0.9"