# 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 = "llvm-sys-featured" version = "0.1.1" authors = ["Craig Disselkoen "] build = "build.rs" links = "llvm" description = "Bindings to LLVM's C API" documentation = "https://docs.rs/llvm-sys-featured" readme = "README.md" keywords = ["bindings", "llvm"] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/cdisselkoen/llvm-sys-featured" [package.metadata.docs.rs] features = ["llvm-10"] [dependencies.libc] version = "0.2" [build-dependencies.cc] version = "1.0" [build-dependencies.regex] version = "1.0" [build-dependencies.semver] version = "0.10" [features] disable-alltargets-init = [] llvm-10 = [] llvm-8 = [] llvm-9 = [] no-llvm-linking = [] strict-versioning = []