cloud-hypervisor/vfio_user/Cargo.toml
Rob Bradford 6f8bd27cf7 build: Bulk update dependencies
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-11-28 16:57:49 +00:00

20 lines
456 B
TOML

[package]
name = "vfio_user"
version = "0.1.0"
authors = ["The Cloud Hypervisor Authors"]
edition = "2021"
[dependencies]
libc = "0.2.137"
log = "0.4.17"
serde = { version = "1.0.147", features = ["rc"] }
serde_derive = "1.0.142"
serde_json = "1.0.87"
thiserror = "1.0.37"
vm-memory = { version = "0.10.0", features = ["backend-mmap", "backend-atomic"] }
vmm-sys-util = "0.11.0"
[dependencies.vfio-bindings]
version = "0.3.1"
features = ["fam-wrappers"]