[dependencies.darling]
version = "0.23"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
[lib]
name = "plotly_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Ioannis Giagkiozis <i.giagkiozis@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Internal proc macro crate for Plotly-rs."
documentation = "https://docs.rs/plotly"
edition = "2021"
homepage = "https://github.com/plotly/plotly.rs"
keywords = ["plot", "chart", "plotly"]
license = "MIT"
name = "plotly_derive"
readme = "README.md"
repository = "https://github.com/plotly/plotly.rs"
version = "0.14.0"