# 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" rust-version = "1.65" name = "ahv" version = "0.3.0" authors = ["Mary "] exclude = [".github"] description = "Bindings for Apple Silicon Hypervisor" homepage = "https://www.github.com/marysaka/ahv" readme = "README.md" keywords = [ "hypervisor", "virtualization", "macOS", "apple", "aarch64", ] categories = [ "api-bindings", "no-std", "os::macos-apis", ] license = "Apache-2.0 OR MIT" repository = "https://www.github.com/marysaka/ahv.git" [package.metadata.docs.rs] features = ["max"] targets = ["aarch64-apple-darwin"] [dependencies] [features] default = [] macos_12_1_0 = [] macos_13_0_0 = ["macos_12_1_0"] max = ["macos_13_0_0"]