[package] cargo-install-bin = false cargo-toml-patch-comments = [ "drop binary and test that requires bin", "drop clap dependency, only used by bin", ] [features] hide = [ "all", # only contains bin "alloc", "bin", # only needed by the binary which we don't ship "compiler_builtins", "core", "rustc-dep-of-std", ] [scripts] prep.post = [ "# remove source code for the binary we're not shipping", "rm src/bin/addr2line.rs", ] [tests] run = ["none"] comments = ["resolve circular dependency with backtrace"]