cargo-llvm-lines 0.4.18

Count the number of lines of LLVM IR across all instantiations of a generic function.
[dependencies.atty]
version = "0.2"

[dependencies.cargo-subcommand-metadata]
version = "0.1"

[dependencies.clap]
features = ["deprecated", "derive", "wrap_help"]
version = "4"

[dependencies.rustc-demangle]
version = "0.1"

[dependencies.tempdir]
version = "0.3"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>", "Nicholas Nethercote <nnethercote@mozilla.com>"]
categories = ["development-tools::cargo-plugins", "development-tools::debugging"]
description = "Count the number of lines of LLVM IR across all instantiations of a generic function."
documentation = "https://github.com/dtolnay/cargo-llvm-lines"
edition = "2021"
keywords = ["cargo", "subcommand"]
license = "MIT OR Apache-2.0"
name = "cargo-llvm-lines"
readme = "README.md"
repository = "https://github.com/dtolnay/cargo-llvm-lines"
version = "0.4.18"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]