[package] authors = ["Jorge Aparicio "] build = "build.rs" name = "compiler_builtins" version = "0.1.0" [build-dependencies] rustc-cfg = "0.3.0" [build-dependencies.gcc] optional = true version = "0.3.36" [features] # Build the missing intrinsics from compiler-rt C source code c = ["gcc"] # Mark this crate as the #![compiler_builtins] crate compiler-builtins = [] default = ["compiler-builtins"] # Include implementations of memory operations like memcpy mem = [] rustbuild = ["compiler-builtins"] [workspace]