llvm-native-cli 0.1.0

LLVM-native CLI frontends: drop-in llc, opt, llvm-as, llvm-dis, and more
# 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 = "llvm-native-cli"
version = "0.1.0"
authors = ["infinityabundance <255699974+infinityabundance@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LLVM-native CLI frontends: drop-in llc, opt, llvm-as, llvm-dis, and more"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/infinityabundance/llvm-native"

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

[dependencies.llvm-native-core]
version = ">=0.1.0"

[dependencies.llvm-oracle-rs]
version = "=0.1.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"