pkgsrc-kv-derive 0.5.0

Derive macro for KEY=VALUE parsing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "pkgsrc-kv-derive"
version = "0.5.0"
authors = ["Jonathan Perkin <jonathan@perkin.org.uk>"]
license = "ISC"
repository = "https://github.com/jperkin/pkgsrc-rs"
description = "Derive macro for KEY=VALUE parsing"
edition = "2024"
rust-version = "1.88"

[lib]
proc-macro = true

[dependencies]
proc-macro-crate = "3"
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["derive", "parsing", "proc-macro"] }