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