]> git.proxmox.com Git - rustc.git/blame - vendor/compiler_builtins/Cargo.toml
New upstream version 1.41.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
532ac7d7 6# to registry (e.g., crates.io) dependencies
0731742a
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
13[package]
14name = "compiler_builtins"
60c5eb7d 15version = "0.1.22"
0731742a
XL
16authors = ["Jorge Aparicio <japaricious@gmail.com>"]
17links = "compiler-rt"
18include = ["/Cargo.toml", "/build.rs", "/src/*", "/examples/*", "/LICENSE.txt", "/README.md", "/compiler-rt/*", "/libm/src/math/*"]
19description = "Compiler intrinsics used by the Rust compiler. Also available for other targets\nif necessary!\n"
60c5eb7d 20homepage = "https://github.com/rust-lang/compiler-builtins"
0731742a
XL
21documentation = "https://docs.rs/compiler_builtins"
22readme = "README.md"
23license = "MIT/Apache-2.0"
60c5eb7d 24repository = "https://github.com/rust-lang/compiler-builtins"
0731742a
XL
25[profile.dev]
26panic = "abort"
27
28[profile.release]
29panic = "abort"
30
31[lib]
32test = false
33
34[[example]]
35name = "intrinsics"
48663c56 36required-features = ["compiler-builtins"]
0731742a
XL
37[dependencies.core]
38version = "1.0.0"
39optional = true
40package = "rustc-std-workspace-core"
60c5eb7d
XL
41
42[dev-dependencies]
0731742a
XL
43[build-dependencies.cc]
44version = "1.0"
45optional = true
46
47[features]
48c = ["cc"]
49compiler-builtins = []
50default = ["compiler-builtins"]
51mangled-names = []
52mem = []
53no-lang-items = []
48663c56 54rustc-dep-of-std = ["compiler-builtins", "core"]