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