rustc-demangle 0.1.18

Rust compiler symbol demangling.
Documentation
[dependencies.compiler_builtins]
optional = true
version = "0.1.2"

[dependencies.core]
optional = true
package = "rustc-std-workspace-core"
version = "1.0.0"

[features]
rustc-dep-of-std = ["core", "compiler_builtins"]

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Rust compiler symbol demangling.\n"
documentation = "https://docs.rs/rustc-demangle"
homepage = "https://github.com/alexcrichton/rustc-demangle"
license = "MIT/Apache-2.0"
name = "rustc-demangle"
readme = "README.md"
repository = "https://github.com/alexcrichton/rustc-demangle"
version = "0.1.18"
[profile.release]
lto = true