proxmox/proxmox-uuid/Cargo.toml
Dietmar Maurer b39e6ac669 bump proxmox-uuid to version 1.0.1-1
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2021-12-03 09:21:17 +01:00

24 lines
453 B
TOML

[package]
name = "proxmox-uuid"
version = "1.0.1"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
license = "AGPL-3"
description = "bindings for libuuid with optional serde support"
exclude = [ "debian" ]
[dependencies]
libc = "0.2"
serde = { version = "1.0", optional = true }
[features]
default = []
[dev-dependencies]
serde = "1.0"
serde_json = "1.0"
[target.'cfg(target_arch="wasm32")'.dependencies]
js-sys = "0.3.55"