llvm-in-rust-bitcode 0.1.0

Compact bitcode reader and writer for LLVM-in-Rust IR modules.
Documentation
# 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-in-rust-bitcode"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compact bitcode reader and writer for LLVM-in-Rust IR modules."
homepage = "https://github.com/yudongusa/LLVM-in-Rust"
readme = false
keywords = [
    "llvm",
    "compiler",
    "ir",
    "codegen",
    "rust",
]
categories = [
    "compilers",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/yudongusa/LLVM-in-Rust"

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

[dependencies.llvm-ir]
version = "0.1.0"
package = "llvm-in-rust-ir"