We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3f295 commit 935dbb0Copy full SHA for 935dbb0
Cargo.toml
@@ -16,7 +16,7 @@ libafl = "0.15.3"
16
libafl_bolts = "0.15.3"
17
18
serde = { version = "1.0", features = ["derive"] }
19
-unicorn-engine = { git = "https://github.com/unicorn-engine/unicorn", branch = "dev", optional = true}
+unicorn-engine = { git = "https://github.com/unicorn-engine/unicorn", branch = "dev" }
20
log = "0.4"
21
nix = { version = "0.29", features = ["signal"] }
22
env_logger = { version = "0.11", optional = true }
@@ -27,7 +27,7 @@ pyo3 = { version = "0.24.0", features = [
27
pyo3-log = { version = "0.12.2", optional = true }
28
29
[features]
30
-default = ["unicorn-engine"]
+default = []
31
bindings = ["pyo3", "pyo3-log", "env_logger"]
32
33
[lib]
0 commit comments