rustc-llvm-proxy 0.2.0

Dynamically proxy LLVM calls into Rust own shared library
Documentation
[badges.appveyor]
branch = "master"
repository = "denzp/rustc-llvm-proxy"
service = "github"

[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
branch = "master"
repository = "denzp/rustc-llvm-proxy"
[build-dependencies.cargo_metadata]
version = "0.8"

[build-dependencies.failure]
version = "0.1"

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

[build-dependencies.syn]
features = ["full"]
version = "0.15"
[dependencies.failure]
version = "0.1"

[dependencies.lazy_static]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.libloading]
version = "0.5"

[dependencies.llvm-sys]
features = ["no-llvm-linking", "disable-alltargets-init"]
version = "80"

[package]
authors = ["Denys Zariaiev <denys.zariaiev@gmail.com>"]
categories = ["development-tools::build-utils", "external-ffi-bindings"]
description = "Dynamically proxy LLVM calls into Rust own shared library"
edition = "2018"
keywords = ["llvm"]
license = "MIT"
name = "rustc-llvm-proxy"
readme = "README.md"
repository = "https://github.com/denzp/rustc-llvm-proxy"
version = "0.2.0"