virtualbox_rs 0.4.1

A Rust library for interacting with VirtualBox, providing a safe and idiomatic interface to the VirtualBox API.
Documentation
# 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 = "virtualbox_rs"
version = "0.4.1"
authors = ["Mykola Khodorovskyi <mykola@khodorovskyi.eu>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for interacting with VirtualBox, providing a safe and idiomatic interface to the VirtualBox API."
readme = "README.md"
keywords = [
    "VirtualBox",
    "VMI",
    "vbox",
]
license = "BSD-3-Clause"
repository = "https://github.com/khodorovskyi/virtualbox_rs"

[features]
v6_1 = ["vbox_raw/v6_1"]
v7_0 = ["vbox_raw/v7_0"]
v7_1 = ["vbox_raw/v7_1"]
v7_2 = ["vbox_raw/v7_2"]

[lib]
name = "virtualbox_rs"
path = "src/lib.rs"

[dependencies.log]
version = "0.4.29"

[dependencies.vbox_raw]
version = "0.4.2"
optional = false

[profile.release]
lto = true
codegen-units = 1
panic = "abort"