1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13name = "rustc-demangle" 14version = "0.1.23" 15authors = ["Alex Crichton <[email protected]>"] 16description = """ 17Rust compiler symbol demangling. 18""" 19homepage = "https://github.com/alexcrichton/rustc-demangle" 20documentation = "https://docs.rs/rustc-demangle" 21readme = "README.md" 22license = "MIT/Apache-2.0" 23repository = "https://github.com/alexcrichton/rustc-demangle" 24 25[package.metadata.docs.rs] 26features = ["std"] 27rustdoc-args = [ 28 "--cfg", 29 "docsrs", 30] 31 32[profile.release] 33lto = true 34 35[dependencies.compiler_builtins] 36version = "0.1.2" 37optional = true 38 39[dependencies.core] 40version = "1.0.0" 41optional = true 42package = "rustc-std-workspace-core" 43 44[features] 45rustc-dep-of-std = [ 46 "core", 47 "compiler_builtins", 48] 49std = [] 50