gnuplotter_macros 0.2.3-alpha

Dependency for gnuplotter providing it with procedural macro utilities
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "gnuplotter_macros"
version = "0.2.3-alpha"
description = "Dependency for gnuplotter providing it with procedural macro utilities"
readme = "README.md"
license-file = "LICENSE"

[lib]
proc-macro = true

[dependencies.derive_builder]
version = "0.12.0"

[dependencies.gnuplotter_core]
version = "0.2.3-alpha"

[dependencies.png]
version = "0.17.11"

[dependencies.proc-macro2]
version = "1.0.76"

[dependencies.quote]
version = "1.0.35"

[dependencies.syn]
version = "2.0.48"
features = [
    "derive",
    "parsing",
    "printing",
    "clone-impls",
    "extra-traits",
    "proc-macro",
    "full",
]

[dependencies.tempfile]
version = "3.9.0"

[dependencies.term]
version = "0.7.0"