forked from xd009642/tarpaulin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
33 lines (31 loc) · 797 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
25
26
27
28
29
30
31
32
33
[package]
name = "cargo-tarpaulin"
version = "0.6.6"
authors = ["Daniel McKenna <[email protected]>"]
description = "Cargo-Tarpaulin is a tool to determine code coverage achieved via tests"
repository = "https://github.com/xd009642/tarpaulin"
readme = "README.md"
license = "MIT/Apache-2.0"
categories = ["development-tools"]
keywords = ["cargo", "cargo-subcommand", "testing"]
[[bin]]
name = "cargo-tarpaulin"
[dependencies]
nix = "0.11.0"
libc = "0.2.40"
gimli = "0.16.0"
fallible-iterator = "0.1.4"
memmap = "0.6.2"
object = "0.9"
rustc-demangle = "0.1.7"
cargo = "0.24"
clap = "2.31.2"
serde = "1.0"
serde_json = "1.0"
coveralls-api = "0.3.3"
quick-xml = "0.12.1"
regex = "1.0"
lazy_static = "1.0"
syn = { version = "0.14.4", features = ["full"]}
proc-macro2 = "0.4.6"
walkdir = "2"