rllvm 0.3.0

A tool to build whole-program LLVM bitcode files
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"
rust-version = "1.88"
name = "rllvm"
version = "0.3.0"
authors = ["Shengtuo Hu <h1994st@gmail.com>"]
build = false
exclude = [
    "tests/*",
    ".github/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to build whole-program LLVM bitcode files"
homepage = "https://shengtuo.me/rllvm"
readme = "README.md"
keywords = [
    "llvm",
    "clang",
    "bitcode",
    "IR",
    "gllvm",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "development-tools::build-utils",
]
license = "Apache-2.0"
repository = "https://github.com/h1994st/rllvm"

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

[[bin]]
name = "rllvm-cc"
path = "src/bin/rllvm_cc.rs"

[[bin]]
name = "rllvm-completions"
path = "src/bin/rllvm_completions.rs"

[[bin]]
name = "rllvm-cxx"
path = "src/bin/rllvm_cxx.rs"

[[bin]]
name = "rllvm-get-bc"
path = "src/bin/rllvm_get_bc.rs"

[[bin]]
name = "rllvm-info"
path = "src/bin/rllvm_info.rs"

[[bin]]
name = "rllvm-init"
path = "src/bin/rllvm_init.rs"

[[bin]]
name = "rllvm-rustc"
path = "src/bin/rllvm_rustc.rs"

[[bench]]
name = "rllvm_benchmarks"
path = "benches/rllvm_benchmarks.rs"
harness = false

[dependencies.clap]
version = "~4.5.48"
features = ["derive"]

[dependencies.clap_complete]
version = "~4.5"

[dependencies.object]
version = "~0.40.0"
features = ["all"]

[dependencies.owo-colors]
version = "~4.1"

[dependencies.regex]
version = "~1.11.3"

[dependencies.serde]
version = "~1.0.227"
features = ["derive"]

[dependencies.tempfile]
version = "~3"

[dependencies.thiserror]
version = "~2.0"

[dependencies.toml]
version = "~0.8"

[dependencies.tracing]
version = "~0.1"

[dependencies.tracing-subscriber]
version = "~0.3"
features = ["env-filter"]

[dependencies.which]
version = "~8.0.0"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[target.'cfg(target_vendor = "apple")'.dependencies.glob]
version = "~0.3.3"

[profile.bench]
debug = 2

[profile.dist]
lto = "thin"
inherits = "release"