# 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 = "mshv-ioctls" version = "0.3.1" authors = ["Microsoft Authors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Safe wrappers over MSHV ioctl" readme = "README.md" keywords = [ "mshv", "Microsoft", "Hypervisor", "MSHV", ] license = "Apache-2.0 OR BSD-3-Clause" repository = "https://github.com/rust-vmm/mshv" [lib] name = "mshv_ioctls" path = "src/lib.rs" [dependencies.libc] version = ">=0.2.39" [dependencies.mshv-bindings] version = "=0.3.1" features = ["fam-wrappers"] [dependencies.thiserror] version = "1.0" [dependencies.vmm-sys-util] version = ">=0.12.1"