prse-derive 1.1.2

A helper macro crate for the prse crate.
Documentation
[dependencies.itertools]
version = "0.12.0"

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

[dependencies.quote]
version = "1.0.33"

[dependencies.syn]
default-features = false
features = ["parsing", "derive", "proc-macro", "clone-impls", "printing"]
version = "2.0.41"

[features]
alloc = []
default = ["std"]
std = ["alloc"]

[lib]
proc-macro = true

[package]
authors = ["miam-miam <MiamMiam@mailbox.org>"]
categories = ["parsing"]
description = "A helper macro crate for the prse crate."
documentation = "https://docs.rs/prse/"
edition = "2021"
keywords = ["string", "parsing", "format-args", "no-std"]
license = "MIT OR Apache-2.0"
name = "prse-derive"
readme = "README.md"
repository = "https://github.com/miam-miam/prse"
rust-version = "1.70.0"
version = "1.1.2"