llvm-sys 50.2.0

Bindings to LLVM's C API
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "llvm-sys"
version = "50.2.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.gcc]
version = "0.3.53"

[build-dependencies.lazy_static]
version = "0.2.1"

[build-dependencies.regex]
version = "0.2"

[build-dependencies.semver]
version = "0.6"

[features]
no-llvm-linking = []
strict-versioning = []
[badges.appveyor]
branch = "default"
repository = "tari/llvm-sys.rs"
service = "bitbucket"