proxmox/proxmox-io/Cargo.toml
Fabian Grünbichler 4189221470 inherit shared, external dependencies
noteworthy changes:
- proxmox-http had a default_features_false dep on hyper, which is dropped (the
  default feature is empty anyway)
- hyper, libc, nix, tokio and url versions are unified
- missing (cosmetic) bindgen feature on zstd enabled everywhere

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2022-12-07 09:48:38 +01:00

16 lines
409 B
TOML

[package]
name = "proxmox-io"
version = "1.0.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "extension traits for Read and Write"
exclude.workspace = true
[dependencies]
endian_trait = { workspace = true, features = ["arrays"] }
# this is also the feature name:
tokio = { workspace = true, features = [ "io-util" ], optional = true }