proxmox/proxmox-api-macro/Cargo.toml
Wolfgang Bumiller df55ab2dda api-macro: update to 1.0 of syn/quote/proc_macro2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-10-04 13:42:03 +02:00

25 lines
475 B
TOML

[package]
name = "proxmox-api-macro"
edition = "2018"
version = "0.1.0"
authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
[lib]
proc-macro = true
[dependencies]
derive_builder = "0.7"
failure = "0.1"
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = [ "full" ] }
[dev-dependencies]
bytes = "0.4"
futures-preview = { version = "0.3.0-alpha" }
http = "0.1"
proxmox = { path = "../proxmox" }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"