[go: up one dir, main page]

rustc-demangle 0.1.26

Rust compiler symbol demangling.
Documentation
[package]
name = "rustc-demangle"
version = "0.1.26"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/rustc-demangle"
homepage = "https://github.com/rust-lang/rustc-demangle"
documentation = "https://docs.rs/rustc-demangle"
description = """
Rust compiler symbol demangling.
"""

[workspace]
members = ["crates/capi", "fuzz"]

[dependencies]
core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }

[features]
rustc-dep-of-std = ['core']
std = []
# Deprecated: `compiler_builtins` used to be a dependency and was enabled by
# some downstream users, but it is no longer needed. This feature should be
# removed in a future release.
compiler_builtins = []

[profile.release]
#lto = true

[package.metadata.docs.rs]
features = ["std"]
rustdoc-args = ["--cfg", "docsrs"]