cargo-llvm-lines 0.4.7

Count the number of lines of LLVM IR across all instantiations of a generic function.
[package]
name = "cargo-llvm-lines"
version = "0.4.7"
authors = ["David Tolnay <dtolnay@gmail.com>", "Nicholas Nethercote <nnethercote@mozilla.com>"]
license = "MIT OR 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"]
edition = "2018"
readme = "README.md"

[dependencies]
atty = "0.2"
clap = { version = "2.32.0", features = ["wrap_help"] }
rustc-demangle = "0.1"
structopt = "0.3.8"
tempdir = "0.3"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]