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