mirror of
https://github.com/linabutler/ploidy
synced 2026-08-12 01:43:47 +00:00
26 lines
475 B
TOML
26 lines
475 B
TOML
[package]
|
|
name = "ploidy-pointer-derive"
|
|
description = "Derive macros for Ploidy JSON Pointers"
|
|
readme = "README.md"
|
|
keywords = ["json-pointer", "derive", "proc-macro", "macro"]
|
|
rust-version = "1.86"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
heck = "0.5"
|
|
itertools = "0.15"
|
|
proc-macro2 = "1"
|
|
quote = "1"
|
|
syn = "2"
|
|
thiserror = "2"
|
|
|
|
[features]
|
|
default = []
|
|
did-you-mean = []
|