llvm-bitcode 0.3.0

LLVM Bitcode parser in Rust
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 = "2024"
name = "llvm-bitcode"
version = "0.3.0"
authors = [
    "messense <messense@icloud.com>",
    "Kornel <kornel@geekhood.net>",
]
build = false
include = [
    "/README.md",
    "/LICENSE*",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LLVM Bitcode parser in Rust"
readme = "README.md"
keywords = [
    "llvm",
    "bitcode",
    "bc",
    "llvm-ir",
]
categories = ["parser-implementations"]
license = "MIT AND Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/messense/llvm-bitcode-rs.git"

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

[dependencies.num_enum]
version = "0.7.2"