blob: 2253b63b1dcd203b0986a4630230d22a2e9ac459 [file] [log] [blame]
Matthew Maurer813ee272021-08-13 14:57:18 -07001# 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"
Joel Galensonef0a7182021-09-22 11:16:19 -070015version = "0.1.21"
Matthew Maurer813ee272021-08-13 14:57:18 -070016authors = ["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"]