cargo-llvm-lines 0.1.2

Count the number of lines of LLVM IR across all instantiations of a generic function.
[package]
name = "cargo-llvm-lines"
version = "0.1.2"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Count the number of lines of LLVM IR across all instantiations of a generic function."
repository = "https://github.com/dtolnay/cargo-llvm-lines"
documentation = "https://github.com/dtolnay/cargo-llvm-lines"
categories = ["development-tools::cargo-plugins", "development-tools::debugging"]

[dependencies]
isatty = "0.1"
rustc-demangle = "0.1"
tempdir = "0.3"