Skip to content

Commit b25929d

Browse files
committed
restore Cargo.toml
1 parent 452f4bc commit b25929d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

libafl/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ all-features = true
1717
rustc-args = ["--cfg", "docsrs"]
1818

1919
[features]
20-
default = ["tcp_manager", "scalability_introspection", "std", "derive", "llmp_compression", "llmp_small_maps", "llmp_broker_timeouts", "rand_trait", "fork", "prelude", "gzip", "regex", "serdeany_autoreg", "tui_monitor", "libafl_bolts/xxh3"]
20+
default = ["std", "derive", "llmp_compression", "llmp_small_maps", "llmp_broker_timeouts", "rand_trait", "fork", "prelude", "gzip", "regex", "serdeany_autoreg", "tui_monitor", "libafl_bolts/xxh3"]
2121
document-features = ["dep:document-features"]
2222

2323
#! # Feature Flags
@@ -29,9 +29,6 @@ std = ["serde_json", "serde_json/std", "nix", "serde/std", "bincode", "wait-time
2929
## Collects performance statistics of the fuzzing pipeline and displays it on `Monitor` components
3030
introspection = []
3131

32-
## Count how many of the new testcases from other nodes are passed with observers.
33-
scalability_introspection = []
34-
3532
## Will build the `pyo3` bindings
3633
python = ["pyo3", "concat-idents", "libafl_bolts/python"]
3734

0 commit comments

Comments
 (0)