Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 772cb969215e760f5e3609e92ba70f86 > files > 2

rust-cpp_demangle-0.4.0-1.mga9.src.rpm

diff --git a/Cargo.toml b/Cargo.toml
index 1f5426c..77568d7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,19 +38,11 @@ categories = [
 ]
 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 @@ version = "0.1.11"
 [features]
 alloc = []
 default = ["std"]
-fuzz = ["afl"]
 logging = ["std"]
 run_libiberty_tests = []
 std = ["alloc"]