# 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-bindings" version = "0.3.1" authors = ["Microsoft Authors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust FFI bindings to MSHV headers generated using Rust bindgen" 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_bindings" path = "src/lib.rs" [dependencies.libc] version = ">=0.2.39" [dependencies.num_enum] version = "0.7" default-features = false [dependencies.serde] version = ">=1.0.27" optional = true [dependencies.serde_derive] version = ">=1.0.27" optional = true [dependencies.vmm-sys-util] version = ">=0.12.1" [dependencies.zerocopy] version = "0.8" features = ["derive"] [dev-dependencies.random-number] version = "0.1.6" [dev-dependencies.serde_json] version = "1.0.64" [features] fam-wrappers = [] with-serde = [ "serde", "serde_derive", ]