# 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-rs" version = "0.2.1" authors = ["Lenard Pratt ,Tom Bebbington "] exclude = [".gitignore", ".travis.yml"] description = "A wrapper for LLVM, a powerful library and toolkit for compilers" readme = "README.md" keywords = ["compile", "compiler", "jit", "interpreter"] license = "BSD-3-Clause" repository = "https://github.com/Lapz/llvm-rs" [profile.release] lto = true [lib] name = "llvm_rs" [dependencies.cbox] version = "0.*" [dependencies.libc] version = "0.*" [dependencies.llvm-sys] version = "70" [features] default = [] expose_bindings = []