compiler_builtins 0.1.139

Compiler intrinsics used by the Rust compiler. Also available for other targets if necessary!
Documentation
[build-dependencies.cc]
optional = true
version = "1.0"

[dependencies.core]
optional = true
package = "rustc-std-workspace-core"
version = "1.0.0"

[dev-dependencies]

[[example]]
name = "intrinsics"
path = "examples/intrinsics.rs"
required-features = ["compiler-builtins"]

[features]
c = ["cc"]
compiler-builtins = []
default = ["compiler-builtins"]
mangled-names = []
mem = []
no-asm = []
no-f16-f128 = []
public-test-deps = []
rustc-dep-of-std = ["compiler-builtins", "core"]

[lib]
name = "compiler_builtins"
path = "src/lib.rs"
test = false

[package]
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = """
Compiler intrinsics used by the Rust compiler. Also available for other targets
if necessary!
"""
documentation = "https://docs.rs/compiler_builtins"
edition = "2021"
homepage = "https://github.com/rust-lang/compiler-builtins"
include = ["/Cargo.toml", "/build.rs", "/configure.rs", "/src/*", "/examples/*", "/LICENSE.txt", "/README.md", "/compiler-rt/*", "/libm/src/math/*"]
license = "MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)"
links = "compiler-rt"
name = "compiler_builtins"
readme = "README.md"
repository = "https://github.com/rust-lang/compiler-builtins"
version = "0.1.139"

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"