vbox_raw 0.4.2

FFI bindings for Rust to VirtualBox
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 = "vbox_raw"
version = "0.4.2"
authors = ["Mykola Khodorovskyi <mykola@khodorovskyi.eu>"]
build = "build.rs"
links = "vboxapi"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings for Rust to VirtualBox"
readme = "README.md"
keywords = [
    "VirtualBox",
    "VMI",
    "vbox",
]
license = "LGPL-2.1"

[features]
v6_1 = []
v7_0 = []
v7_1 = []
v7_2 = []

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

[build-dependencies.bindgen]
version = "0.72.1"
features = ["experimental"]

[build-dependencies.cc]
version = "1.0"
features = ["parallel"]

[build-dependencies.regex]
version = "1.12.2"

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