forked from Proxmox/proxmox
15 lines
395 B
TOML
15 lines
395 B
TOML
|
[package]
|
||
|
name = "proxmox-io"
|
||
|
version = "1.0.0"
|
||
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||
|
edition = "2018"
|
||
|
license = "AGPL-3"
|
||
|
description = "extension traits for Read and Write"
|
||
|
|
||
|
exclude = [ "debian" ]
|
||
|
|
||
|
[dependencies]
|
||
|
endian_trait = { version = "0.6", features = ["arrays"] }
|
||
|
# this is also the feature name:
|
||
|
tokio = { version = "1.0", features = [ "io-util" ], optional = true }
|