# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2015" rust-version = "1.65.0" name = "llvm-sys" version = "191.0.0" authors = ["Peter Marheine "] build = "build.rs" links = "llvm-19" autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings to LLVM's C API" readme = "README.md" keywords = [ "bindings", "llvm", ] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://gitlab.com/taricorp/llvm-sys.rs" [lib] name = "llvm_sys" path = "src/lib.rs" [[example]] name = "disassembler" path = "examples/disassembler.rs" [[example]] name = "jit-function" path = "examples/jit-function.rs" [[example]] name = "nop-function" path = "examples/nop-function.rs" [dependencies.clang-sys] version = "1.2.2" optional = true [dependencies.libc] version = "0.2" [dependencies.tempfile] version = "3.2.0" optional = true [build-dependencies.anyhow] version = "1.0" [build-dependencies.cc] version = "1.0" [build-dependencies.lazy_static] version = "1.0" [build-dependencies.regex-lite] version = "0.1.5" [build-dependencies.semver] version = "1.0.7" [features] disable-alltargets-init = [] force-dynamic = [] force-static = [] no-llvm-linking = [] prefer-dynamic = [] prefer-static = [] strict-versioning = [] [badges.gitlab] repository = "taricorp/llvm-sys.rs" [badges.maintenance] status = "passively-maintained" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(LLVM_SYS_NOT_FOUND)"]