llvm-native 0.1.3

Forensic-parity Rust reimplementation of LLVM toolchain behavior through oracle courts
[package]
name = "llvm-native"
version = "0.1.3"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/infinityabundance/llvm-native"
homepage = "https://crates.io/crates/llvm-native"
authors = ["infinityabundance <255699974+infinityabundance@users.noreply.github.com>"]
description = "Forensic-parity Rust reimplementation of LLVM toolchain behavior through oracle courts"
readme = "README.md"
keywords = ["llvm", "compiler", "codegen", "ir", "assembler"]
categories = ["command-line-utilities", "development-tools", "compilers"]

[lib]
path = "src/lib.rs"

[[bin]]
name = "llvm-native"
path = "src/main.rs"

[dependencies]
llvm-native-core = ">=0.1.0"
llvm-native-core-ext = ">=0.1.0"
llvm-oracle-rs = "=0.1.0"
serde_json = "1"
serde = { version = "1", features = ["derive"] }
sha2 = "0.10"
llvm-casefile-rs = "=0.1.0"
llvm-native-cli = "=0.1.0"