mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-23 06:05:21 +00:00
6f8bd27cf7
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
20 lines
456 B
TOML
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"]
|