]> git.proxmox.com Git - proxmox.git/blob - proxmox-api-macro/Cargo.toml
bump api-macro
[proxmox.git] / proxmox-api-macro / Cargo.toml
1 [package]
2 name = "proxmox-api-macro"
3 edition = "2018"
4 version = "0.1.2"
5 authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
6 license = "AGPL-3"
7 description = "Proxmox API macro"
8
9 exclude = [ "debian" ]
10
11 [lib]
12 proc-macro = true
13
14 [dependencies]
15 failure = "0.1"
16 proc-macro2 = "1.0"
17 quote = "1.0"
18 syn = { version = "1.0", features = [ "full" ] }
19
20 [dev-dependencies]
21 futures = "0.3"
22 proxmox = { path = "../proxmox", features = [ "test-harness" ] }
23 serde = "1.0"
24 serde_derive = "1.0"
25 serde_json = "1.0"