# 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 = "qemu-plugin" version = "9.0.0-v0" authors = ["Rowan Hart "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "High level bindings to the QEMU plugin API" homepage = "https://github.com/novafacing/qemu-rs" readme = "README.md" categories = [ "virtualization", "emulator", "qemu", ] license = "GPL-2.0-only" repository = "https://github.com/novafacing/qemu-rs" [lib] name = "qemu_plugin" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.num-traits] version = "0.2.19" optional = true [dependencies.once_cell] version = "1.19.0" [dependencies.qemu-plugin-sys] version = "9.0.0-v0" default-features = false [dependencies.thiserror] version = "1.0.61" [features] default = ["plugin-api-v2"] num-traits = ["dep:num-traits"] plugin-api-v1 = ["qemu-plugin-sys/plugin-api-v1"] plugin-api-v2 = ["qemu-plugin-sys/plugin-api-v2"] plugin-api-v3 = ["qemu-plugin-sys/plugin-api-v3"] unix-weak-link = [] [target."cfg(windows)".dependencies.lazy_static] version = "1.4" [target."cfg(windows)".dependencies.libc] version = "0.2.155" [target."cfg(windows)".dependencies.libloading] version = "0.8.3" [target."cfg(windows)".dependencies.windows] version = "0.56.0" features = [ "Win32_System_WindowsProgramming", "Win32_System_LibraryLoader", "Win32_Foundation", ]