# 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] edition = "2018" name = "rustc-llvm-proxy" version = "0.2.0" authors = ["Denys Zariaiev "] description = "Dynamically proxy LLVM calls into Rust own shared library" readme = "README.md" keywords = ["llvm"] categories = ["development-tools::build-utils", "external-ffi-bindings"] license = "MIT" repository = "https://github.com/denzp/rustc-llvm-proxy" [dependencies.failure] version = "0.1" [dependencies.lazy_static] version = "1.0" [dependencies.libc] version = "0.2" [dependencies.libloading] version = "0.5" [dependencies.llvm-sys] version = "80" features = ["no-llvm-linking", "disable-alltargets-init"] [build-dependencies.cargo_metadata] version = "0.8" [build-dependencies.failure] version = "0.1" [build-dependencies.quote] version = "0.6" [build-dependencies.syn] version = "0.15" features = ["full"] [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"