# 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 = "2018" name = "virt" version = "0.4.1" authors = ["Sahid Orentino Ferdjaoui "] description = "Rust bindings to the libvirt C library" homepage = "https://libvirt.org/" documentation = "https://docs.rs/virt" readme = "README.md" keywords = [ "libvirt", "virtualization", "KVM", "QEMU", "Xen", ] categories = [ "api-bindings", "emulators", ] license = "LGPL-2.1" repository = "https://gitlab.com/libvirt/libvirt-rust" [[example]] name = "guest_agent" path = "examples/guest_agent.rs" required-features = ["qemu"] [dependencies.libc] version = "0.2.0" [dependencies.uuid] version = "1.7.0" [dependencies.virt-sys] version = "0.3.0" [dev-dependencies.pkg-config] version = "0.3.0" [dev-dependencies.regex] version = "~1.9.0" [dev-dependencies.serde] version = "1.0.0" features = ["derive"] [dev-dependencies.serde-xml-rs] version = "0.6.0" [features] api_coverage = [] bindgen_regenerate = ["virt-sys/bindgen_regenerate"] qemu = ["virt-sys/qemu"]