forked from Proxmox/proxmox
78d9b156a8
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
25 lines
493 B
TOML
25 lines
493 B
TOML
[package]
|
|
name = "proxmox-uuid"
|
|
version = "1.0.2"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "bindings for libuuid with optional serde support"
|
|
|
|
exclude.workspace = true
|
|
|
|
[dependencies]
|
|
libc.workspace = true
|
|
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"
|