llvm-native-core 0.1.16

LLVM-native core semantic engine — IR, CodeGen, X86 MC, Clang frontend pipeline
[package]
name = "llvm-native-core"
version = "0.1.16"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/infinityabundance/llvm-native"
authors = ["infinityabundance <255699974+infinityabundance@users.noreply.github.com>"]
description = "LLVM-native core semantic engine — IR, CodeGen, X86 MC, Clang frontend pipeline"

[lib]
crate-type = ["lib", "staticlib"]

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"
bitflags = "2"
log = "0.4"
num_cpus = "1"
libc = "0.2"
regex = "1"
which = "6"
bytemuck = "1"