plotly_derive 0.14.0

Internal proc macro crate for Plotly-rs.
Documentation
[package]
name = "plotly_derive"
version = "0.14.0"
description = "Internal proc macro crate for Plotly-rs."
authors = ["Ioannis Giagkiozis <i.giagkiozis@gmail.com>"]
license = "MIT"
homepage = "https://github.com/plotly/plotly.rs"
documentation = "https://docs.rs/plotly"
repository = "https://github.com/plotly/plotly.rs"
edition = "2021"
keywords = ["plot", "chart", "plotly"]

[dependencies]
quote = "1"
syn = "2"
proc-macro2 = "1"
darling = "0.23"

[lib]
proc-macro = true