# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "cpp_demangle" version = "0.3.5" authors = ["Nick Fitzgerald ", "Jim Blandy "] build = "build.rs" exclude = ["tests/**", "in/**"] description = "A crate for demangling C++ symbols" documentation = "https://docs.rs/cpp_demangle" readme = "./README.md" keywords = ["demangle", "symbolicate", "c-plus-plus", "itanium"] categories = ["development-tools::debugging", "development-tools::ffi"] license = "Apache-2.0/MIT" repository = "https://github.com/gimli-rs/cpp_demangle" [profile.release] debug = true [[bin]] name = "afl_runner" path = "src/bin/afl_runner.rs" required-features = ["afl"] [dependencies.afl] version = "0.11.0" optional = true [dependencies.cfg-if] version = "1.0.0" [dev-dependencies.clap] version = "2.33.0" [dev-dependencies.diff] version = "0.1.11" [features] alloc = [] cppfilt = [] default = ["std"] fuzz = ["afl"] logging = [] nightly = [] run_libiberty_tests = [] std = [] [badges.travis-ci] repository = "gimli-rs/cpp_demangle"