[package] name = "kvm-ioctls" version = "0.6.0" authors = ["Amazon Firecracker Team "] description = "Safe wrappers over KVM ioctls" repository = "https://github.com/rust-vmm/kvm-ioctls" readme = "README.md" keywords = ["kvm"] license = "Apache-2.0 OR MIT" [dependencies] libc = ">=0.2.39" kvm-bindings = { git = "https://github.com/firecracker-microvm/kvm-bindings", tag = "v0.3.0-3", features = ["fam-wrappers"] } vmm-sys-util = ">=0.2.1" [dev-dependencies] byteorder = ">=1.2.1"