-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Cargo.toml
24 lines (22 loc) · 874 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "cargo-llvm-lines"
version = "0.4.41"
authors = ["David Tolnay <[email protected]>", "Nicholas Nethercote <[email protected]>"]
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"
repository = "https://github.com/dtolnay/cargo-llvm-lines"
[dependencies]
cargo-subcommand-metadata = "0.1"
clap = { version = "4", features = ["deprecated", "derive", "wrap_help"] }
clap-cargo = "0.14"
regex = { version = "0.1", package = "regex-lite" }
rustc-demangle = "0.1"
shlex = "1.3"
tempfile = "3.4"
termcolor = "1.4"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]