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