# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "kvm-ioctls" version = "0.19.0" authors = ["Amazon Firecracker Team "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Safe wrappers over KVM ioctls" readme = "README.md" keywords = ["kvm"] license = "Apache-2.0 OR MIT" repository = "https://github.com/rust-vmm/kvm-ioctls" [lib] name = "kvm_ioctls" path = "src/lib.rs" [dependencies.bitflags] version = "2.4.1" [dependencies.kvm-bindings] version = "0.10.0" features = ["fam-wrappers"] [dependencies.libc] version = "0.2.39" [dependencies.vmm-sys-util] version = "0.12.1" [dev-dependencies.byteorder] version = "1.2.1"