Skip to content

Commit

Permalink
python/cargo: reexported microvmi features
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Feb 4, 2021
1 parent f4bfa91 commit 1d2e2c2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ keywords = ["introspection", "VMI"]
name = "pymicrovmi"
crate-type = ["cdylib"]

[features]
# Xen driver
xen = ["microvmi/xen"]
# KVM driver
kvm = ["microvmi/kvm"]
# VirtualBox driver
virtualbox = ["microvmi/virtualbox"]
# Hyper-v driver
hyper-v = ["microvmi/hyper-v"]

[dependencies]
log = "0.4.8"
env_logger = "0.8"
Expand Down

0 comments on commit 1d2e2c2

Please sign in to comment.