symbolic-demangle 6.0.5

A library to demangle symbols from various languages and compilers.
Documentation
[package]
name = "symbolic-demangle"
version = "6.0.5"
license = "MIT"
authors = [
    "Armin Ronacher <armin.ronacher@active-4.com>",
    "Jan Michael Auer <mail@jauer.org>",
]
documentation = "https://docs.rs/symbolic-demangle"
homepage = "https://github.com/getsentry/symbolic"
repository = "https://github.com/getsentry/symbolic"
description = """
A library to demangle symbols from various languages and compilers.
"""
build = "build.rs"
edition = "2018"

exclude = [
    "tests/**/*",
]

[dependencies]
cpp_demangle = "0.2.12"
msvc-demangler = "0.7.0"
rustc-demangle = "0.1.13"
symbolic-common = { version = "6.0.5", path = "../common" }

[build-dependencies]
cc = "1.0.31"