--- cpp_demangle-0.4.2/Cargo.toml 1970-01-01T00:00:01+00:00 +++ cpp_demangle-0.4.2/Cargo.toml 2023-06-26T22:43:03.461754+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 = 2 - -[[bin]] -name = "afl_runner" -path = "src/bin/afl_runner.rs" -required-features = ["afl"] - -[dependencies.afl] -version = "0.13.1" -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"]