]> git.proxmox.com Git - proxmox.git/blob - proxmox-io/Cargo.toml
schema: implement oneOf schema support
[proxmox.git] / proxmox-io / Cargo.toml
1 [package]
2 name = "proxmox-io"
3 version = "1.0.1"
4 authors.workspace = true
5 edition.workspace = true
6 license.workspace = true
7 repository.workspace = true
8 description = "extension traits for Read and Write"
9
10 exclude.workspace = true
11
12 [dependencies]
13 endian_trait = { workspace = true, features = ["arrays"] }
14 # this is also the feature name:
15 tokio = { workspace = true, features = [ "io-util" ], optional = true }