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 believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14name = "rustc-demangle" 15version = "0.1.21" 16authors = ["Alex Crichton <alex@alexcrichton.com>"] 17description = "Rust compiler symbol demangling.\n" 18homepage = "https://github.com/alexcrichton/rustc-demangle" 19documentation = "https://docs.rs/rustc-demangle" 20readme = "README.md" 21license = "MIT/Apache-2.0" 22repository = "https://github.com/alexcrichton/rustc-demangle" 23[profile.release] 24lto = true 25[dependencies.compiler_builtins] 26version = "0.1.2" 27optional = true 28 29[dependencies.core] 30version = "1.0.0" 31optional = true 32package = "rustc-std-workspace-core" 33 34[features] 35rustc-dep-of-std = ["core", "compiler_builtins"] 36