[[bin]]
name = "undname"
path = "src/bin/undname.rs"
[dependencies.bitflags]
default-features = false
version = "2"
[dependencies.itoa]
version = "1.0"
[[example]]
name = "msvc-demangle"
path = "examples/msvc-demangle.rs"
[lib]
name = "msvc_demangler"
path = "src/lib.rs"
[package]
authors = ["Markus Stange <mstange@themasta.com>", "Jeff Muizelaar <jrmuizel@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std"]
description = "A rust library that demangles / undecorates C++ symbols mangled by MSVC"
documentation = "https://docs.rs/msvc-demangler/"
edition = "2021"
keywords = ["demangle", "undecorate", "c-plus-plus", "msvc"]
license = "MIT/NCSA"
name = "msvc-demangler"
readme = "README.md"
repository = "https://github.com/mstange/msvc-demangler-rust"
version = "0.11.0"
[[test]]
name = "test_basics"
path = "tests/test_basics.rs"
[[test]]
name = "test_llvm"
path = "tests/test_llvm.rs"