[package]
description = "Bindings to LLVM's C API"
repository = "https://gitlab.com/taricorp/llvm-sys.rs"
readme = "README.md"
license = "MIT"
keywords = ["bindings", "llvm"]
categories = ["external-ffi-bindings"]
links = "llvm-11"
name = "llvm-sys"
version = "110.0.2"
authors = [
"Peter Marheine <peter@taricorp.net>",
]
build = "build.rs"
[badges]
gitlab = { repository = "taricorp/llvm-sys.rs" }
maintenance = { status = "passively-maintained" }
[features]
strict-versioning = []
no-llvm-linking = []
disable-alltargets-init = []
[dependencies]
libc = "0.2"
[build-dependencies]
cc = "1.0"
lazy_static = "1.0"
regex = "1.0"
semver = "0.11"