Blob Blame History Raw
--- cpp_demangle-0.4.0/Cargo.toml	1970-01-01T00:00:01+00:00
+++ cpp_demangle-0.4.0/Cargo.toml	2023-03-30T18:36:09.764806+00:00
@@ -38,18 +38,10 @@
 ]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/gimli-rs/cpp_demangle"
+autobins = false
 
 [profile.release]
 debug = true
-
-[[bin]]
-name = "afl_runner"
-path = "src/bin/afl_runner.rs"
-required-features = ["afl"]
-
-[dependencies.afl]
-version = "0.12.0"
-optional = true
 
 [dependencies.cfg-if]
 version = "1.0.0"
@@ -64,7 +56,6 @@
 [features]
 alloc = []
 default = ["std"]
-fuzz = ["afl"]
 logging = ["std"]
 run_libiberty_tests = []
 std = ["alloc"]