[package]
name = "llvm-sys"
version = "80.0.0"
authors = ["Peter Marheine <peter@taricorp.net>", "Scott Olson <scott@solson.me>"]
build = "build.rs"
links = "llvm"
description = "Bindings to LLVM's C API"
documentation = "http://rustdoc.taricorp.net/llvm-sys/llvm_sys/"
readme = "README.md"
keywords = ["bindings", "llvm"]
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://bitbucket.org/tari/llvm-sys.rs"
[dependencies.libc]
version = "0.2"
[build-dependencies.cc]
version = "1.0"
[build-dependencies.lazy_static]
version = "1.0"
[build-dependencies.regex]
version = "1.0"
[build-dependencies.semver]
version = "0.9"
[features]
disable-alltargets-init = []
no-llvm-linking = []
strict-versioning = []
[badges.appveyor]
branch = "default"
repository = "tari/llvm-sys.rs"
service = "bitbucket"