]> git.proxmox.com Git - rustc.git/blame - vendor/rustc-demangle/Cargo.toml
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / vendor / rustc-demangle / Cargo.toml
CommitLineData
3b2f2976
XL
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
dc9dc135 6# to registry (e.g., crates.io) dependencies
3b2f2976
XL
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
7cac9316
XL
13[package]
14name = "rustc-demangle"
94222f64 15version = "0.1.21"
7cac9316 16authors = ["Alex Crichton <alex@alexcrichton.com>"]
3b2f2976 17description = "Rust compiler symbol demangling.\n"
7cac9316 18homepage = "https://github.com/alexcrichton/rustc-demangle"
8faf50e0 19documentation = "https://docs.rs/rustc-demangle"
3b2f2976
XL
20readme = "README.md"
21license = "MIT/Apache-2.0"
22repository = "https://github.com/alexcrichton/rustc-demangle"
29967ef6
XL
23[profile.release]
24lto = true
0731742a
XL
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"]