# 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.3.1" authors = ["Mykola Khodorovskyi "] build = "build.rs" links = "vboxapi" 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" [profile.release] lto = true codegen-units = 1 panic = "abort" [lib] name = "vbox_raw" path = "src/lib.rs" [dependencies.libc] version = "0.2.155" [build-dependencies.bindgen] version = "0.70.1" features = ["experimental"] [build-dependencies.cc] version = "1.0" features = ["parallel"] [build-dependencies.regex] version = "1.11.0" [features] v6_1 = [] v7_0 = [] v7_1 = []