grcov 0.10.7

Rust tool to collect and aggregate code coverage data for multiple source files
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "grcov"
version = "0.10.7"
authors = ["Marco Castelluccio <mcastelluccio@mozilla.com>"]
build = false
exclude = [
    "test/*",
    "tests/*",
    "benches/*",
    ".github/*",
    ".gitignore",
    ".dockerignore",
    ".pre-commit-config.yaml",
    "CODE_OF_CONDUCT.md",
    ".markdownlint.yaml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust tool to collect and aggregate code coverage data for multiple source files"
homepage = "https://github.com/mozilla/grcov"
documentation = "https://github.com/mozilla/grcov"
readme = "README.md"
keywords = ["coverage"]
categories = [
    "command-line-utilities",
    "development-tools",
    "development-tools::testing",
]
license = "MPL-2.0"
repository = "https://github.com/mozilla/grcov"

[features]
default = [
    "deflate-zlib-rs",
    "demangle-no-swift",
]
deflate = ["zip/deflate"]
deflate-zlib = ["zip/deflate-flate2-zlib"]
deflate-zlib-rs = ["zip/deflate-flate2-zlib-rs"]
demangle-no-swift = [
    "symbolic-demangle/cpp",
    "symbolic-demangle/msvc",
    "symbolic-demangle/rust",
]
demangle-with-swift = [
    "symbolic-demangle/cpp",
    "symbolic-demangle/msvc",
    "symbolic-demangle/rust",
    "symbolic-demangle/swift",
]
tc = ["tcmalloc"]

[lib]
name = "grcov"
path = "src/lib.rs"

[[bin]]
name = "grcov"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.flate2]
version = "1.1"

[dependencies.globset]
version = "0.4"

[dependencies.lazy_static]
version = "1.5"

[dependencies.log]
version = "0.4"

[dependencies.md-5]
version = "0.10"

[dependencies.num_cpus]
version = "1.17"

[dependencies.quick-xml]
version = "0.39"

[dependencies.rayon]
version = "1.11"

[dependencies.regex]
version = "1.12"

[dependencies.rustc-hash]
version = "2.1"

[dependencies.rustc_version]
version = "0.4"

[dependencies.semver]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.simplelog]
version = "0.12"

[dependencies.smallvec]
version = "1.15"

[dependencies.symbolic-common]
version = "12.16"

[dependencies.symbolic-demangle]
version = "12.17"
default-features = false

[dependencies.tabled]
version = "0.20"

[dependencies.tempfile]
version = "3.26"

[dependencies.tera]
version = "1.20"

[dependencies.uuid]
version = "1.21"
features = ["v4"]

[dependencies.walkdir]
version = "2.5"

[dependencies.zip]
version = "8.2"
default-features = false

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.rustc_version]
version = "0.4.1"

[target."cfg(unix)".dependencies.tcmalloc]
version = "0.3"
optional = true

[profile.release]
lto = "thin"