scpi_derive 0.3.5

SCPI/IEEE488.2 parser support library
Documentation
[package]
name = "scpi_derive"
version = "0.3.5"
authors = ["Atmelfan <gustavp@gpa-robotics.com>"]
edition = "2018"
license-file = "../LICENSE.txt"

description = "SCPI/IEEE488.2 parser support library"
keywords = []
categories = []

homepage = "https://github.com/Atmelfan/scpi-rs"
documentation = "https://github.com/Atmelfan/scpi-rs"
repository = "https://github.com/Atmelfan/scpi-rs"
readme = "./README.md"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = "1.0"

[lib]
proc-macro = true