proxmox/proxmox-api-macro/Cargo.toml
Wolfgang Bumiller d7be7df86c bump proxmox-api-macro to 0.1.4
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-02-27 13:10:40 +01:00

26 lines
503 B
TOML

[package]
name = "proxmox-api-macro"
edition = "2018"
version = "0.1.4"
authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
license = "AGPL-3"
description = "Proxmox API macro"
exclude = [ "debian" ]
[lib]
proc-macro = true
[dependencies]
failure = "0.1"
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = [ "full" ] }
[dev-dependencies]
futures = "0.3"
proxmox = { path = "../proxmox", features = [ "test-harness" ] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"