# 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 = "2021" name = "inkwell_llvm12" version = "0.1.2" authors = ["Daniel Kolsoi "] description = "Inkwell aims to help you pen your own programming languages by safely wrapping llvm-sys." documentation = "https://thedan64.github.io/inkwell/" readme = "README.md" keywords = [ "llvm", "safe", "wrapper", ] categories = ["development-tools::ffi"] license = "Apache-2.0" repository = "https://github.com/lunandd/inkwell" resolver = "2" [dependencies.either] version = "1.5" [dependencies.inkwell_internals] version = "0.5.0" [dependencies.libc] version = "0.2" [dependencies.llvm-sys-120] version = "120.2" optional = true package = "llvm-sys" [dependencies.once_cell] version = "1.4.1" [dependencies.parking_lot] version = "0.11" [dependencies.static-alloc] version = "0.2" optional = true [dev-dependencies.regex] version = "1" [features] default = [ "target-all", "llvm12-0", ] experimental = ["static-alloc"] llvm12-0 = ["llvm-sys-120"] llvm12-0-no-llvm-linking = [ "llvm12-0", "llvm-sys-120/no-llvm-linking", ] nightly = ["inkwell_internals/nightly"] no-libffi-linking = [] target-aarch64 = [] target-all = [ "target-x86", "target-arm", "target-mips", "target-aarch64", "target-amdgpu", "target-systemz", "target-hexagon", "target-nvptx", "target-msp430", "target-xcore", "target-powerpc", "target-sparc", "target-bpf", "target-lanai", "target-webassembly", "target-riscv", ] target-amdgpu = [] target-arm = [] target-bpf = [] target-hexagon = [] target-lanai = [] target-mips = [] target-msp430 = [] target-nvptx = [] target-powerpc = [] target-riscv = [] target-sparc = [] target-systemz = [] target-webassembly = [] target-x86 = [] target-xcore = []