# 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.2.2" authors = ["Mykola Khodorovskyi "] build = 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" [profile.release] lto = true codegen-units = 1 panic = "abort" [lib] name = "virtualbox_rs" path = "src/lib.rs" [dependencies.log] version = "0.4.22" [dependencies.vbox_raw] version = "0.2.1" optional = false [dev-dependencies.chrono] version = "0.4.38" [dev-dependencies.env_logger] version = "0.11.3" [features] v6_1 = ["vbox_raw/v6_1"] v7_0 = ["vbox_raw/v7_0"]