vboxhelper 0.3.2

API wrapper around VirtualBox's command line tools.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "vboxhelper"
version = "0.3.2"
authors = ["Jan Danielsson <jan.danielsson@qrnch.com>"]
edition = "2018"
license = "0BSD"
categories = [ "api-bindings" ]
keywords = [ "vbox", "virtualbox", "helper" ]
repository = "https://repos.qrnch.tech/pub/vboxhelper"
description = "API wrapper around VirtualBox's command line tools."
exclude = [ ".efiles", ".fossil-settings", ".fslckout", "rustfmt.toml", "examples", "src/parsers.rs", "www" ]

[dependencies]
eui48 = { version = "1" }
regex = { version = "1" }
uuid = { version = "0.8" }