proxmox/proxmox-uuid/Cargo.toml
Wolfgang Bumiller fc7a4be4eb uuid: bump to 1.0.3-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-08-14 11:43:11 +02:00

24 lines
471 B
TOML

[package]
name = "proxmox-uuid"
version = "1.0.3"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "bindings for libuuid with optional serde support"
exclude.workspace = true
[dependencies]
serde = { workspace = true, optional = true }
[features]
default = []
[dev-dependencies]
serde.workspace = true
serde_json.workspace = true
[target.'cfg(target_arch="wasm32")'.dependencies]
js-sys = "0.3.55"