]> git.proxmox.com Git - rustc.git/blame - vendor/compiler_builtins/Cargo.toml
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / compiler_builtins / Cargo.toml
CommitLineData
0731742a
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
136023e0 6# to registry (e.g., crates.io) dependencies.
0731742a 7#
136023e0
XL
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.
0731742a
XL
11
12[package]
13name = "compiler_builtins"
923072b8 14version = "0.1.73"
0731742a
XL
15authors = ["Jorge Aparicio <japaricious@gmail.com>"]
16links = "compiler-rt"
5099ac24
FG
17include = [
18 "/Cargo.toml",
19 "/build.rs",
20 "/src/*",
21 "/examples/*",
22 "/LICENSE.txt",
23 "/README.md",
24 "/compiler-rt/*",
25 "/libm/src/math/*",
26]
27description = """
28Compiler intrinsics used by the Rust compiler. Also available for other targets
29if necessary!
30"""
60c5eb7d 31homepage = "https://github.com/rust-lang/compiler-builtins"
0731742a
XL
32documentation = "https://docs.rs/compiler_builtins"
33readme = "README.md"
34license = "MIT/Apache-2.0"
60c5eb7d 35repository = "https://github.com/rust-lang/compiler-builtins"
5099ac24 36
0731742a
XL
37[profile.dev]
38panic = "abort"
39
40[profile.release]
41panic = "abort"
42
43[lib]
44test = false
45
46[[example]]
47name = "intrinsics"
48663c56 48required-features = ["compiler-builtins"]
5099ac24 49
0731742a
XL
50[dependencies.core]
51version = "1.0.0"
52optional = true
53package = "rustc-std-workspace-core"
60c5eb7d
XL
54
55[dev-dependencies]
5099ac24 56
0731742a
XL
57[build-dependencies.cc]
58version = "1.0"
59optional = true
60
61[features]
62c = ["cc"]
63compiler-builtins = []
64default = ["compiler-builtins"]
65mangled-names = []
66mem = []
5869c6ff 67no-asm = []
0731742a 68no-lang-items = []
17df50a5 69public-test-deps = []
5099ac24
FG
70rustc-dep-of-std = [
71 "compiler-builtins",
72 "core",
73]