cpp_demangle 0.2.5

A crate for demangling C++ symbols
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "cpp_demangle"
version = "0.2.5"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "Jim Blandy <jimb@red-bean.com>"]
build = "build.rs"
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/fitzgen/cpp_demangle"
[profile.release]
debug = true

[[bin]]
name = "cppfilt"
path = "src/bin/cppfilt.rs"
required-features = ["cppfilt"]
[dependencies.afl]
version = "0.1.5"
optional = true

[dependencies.clap]
version = "2.24.2"
optional = true

[dependencies.fixedbitset]
version = "0.1.5"

[dependencies.afl-plugin]
version = "0.1.5"
optional = true
[dev-dependencies.diff]
version = "0.1.10"
[build-dependencies.glob]
version = "0.2.11"

[features]
fuzz = ["afl", "afl-plugin"]
cppfilt = ["clap"]
logging = []
nightly = []
default = ["cppfilt"]
run_libiberty_tests = []
[badges.travis-ci]
repository = "fitzgen/cpp_demangle"