[package]
description = "Bindings to LLVM's C API"
documentation = "http://rustdoc.taricorp.net/llvm-sys/llvm_sys/"
repository = "https://gitlab.com/taricorp/llvm-sys.rs"
readme = "README.md"
license = "MIT"
keywords = ["bindings", "llvm"]
categories = ["external-ffi-bindings"]
links = "llvm-8"
name = "llvm-sys"
version = "80.3.1"
authors = [
"Peter Marheine <peter@taricorp.net>",
"Scott Olson <scott@solson.me>",
]
build = "build.rs"
[badges]
appveyor = { service = "bitbucket", repository = "tari/llvm-sys.rs", branch = "default" }
[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.9"