[dependencies.pest]
version = "2.7.6"
[dependencies.pest_derive]
version = "2.7.6"
[dependencies.proc-macro2]
version = "1.0.75"
[dependencies.quote]
version = "1.0.35"
[dependencies.syn]
version = "2.0.48"
[lib]
proc-macro = true
[lints.clippy]
cargo = "warn"
complexity = "warn"
correctness = "warn"
nursery = "warn"
pedantic = "warn"
perf = "warn"
style = "warn"
suspicious = "warn"
[package]
authors = ["TypedDuck <typedduck@posteo.net>"]
categories = ["parser-implementations"]
description = "A macro for parsing s-expressions into kamo Values."
edition = "2021"
homepage = "https://github.com/typedduck/kamo"
include = ["LICENSE-*", "README.md", "CHANGELOG.md", "Cargo.toml", "/src", "/tests/includes", "/tests/macros"]
keywords = ["s-expression", "scheme", "lisp", "parser", "macros"]
license = "MIT OR Apache-2.0"
name = "kamo-macros"
readme = "README.md"
repository = "https://github.com/typedduck/kamo"
version = "0.1.6"