Cargo Features
HvCtrl has no features set by default.
[dependencies]
hvctrl = { version = "0.1.0", features = ["hyperv", "virtualbox", "vmware", "hypervcmd", "vboxmanage", "vmrest", "vmrun"] }
- hyperv = hypervcmd
- virtualbox = vboxmanage
- vmware = vmrest, vmrun
- hypervcmd hyperv?
-
Affects
hyperv::hypervcmd
… - vboxmanage virtualbox?
-
Affects
virtualbox::vboxmanage
… - vmrest vmware? = reqwest
-
Affects
vmware::vmrest
… - vmrun vmware?
-
Affects
vmware::vmrun
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- reqwest vmrest?
-
Enables reqwest ^0.11