llvm_profparser 0.11.0

Parsing and interpretation of llvm coverage profiles and generated data
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"
rust-version = "1.80.0"
name = "llvm_profparser"
version = "0.11.0"
authors = ["xd009642 <danielmckenna93@gmail.com>"]
build = false
exclude = [
    "tests/*",
    ".github/*",
    "benches/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parsing and interpretation of llvm coverage profiles and generated data"
readme = "README.md"
keywords = [
    "coverage",
    "llvm",
]
categories = ["encoding"]
license = "Apache-2.0"
repository = "https://github.com/xd009642/llvm-profparser"

[features]
__llvm_11 = []
__llvm_12 = []
__llvm_13 = []
__llvm_14 = []
__llvm_15 = []
__llvm_16 = []
__llvm_17 = []
__llvm_18 = []
__llvm_19 = []
__llvm_20 = []
__llvm_21 = []
__llvm_22 = []
cli = [
    "clap",
    "tracing-subscriber",
]
default = [
    "cli",
    "__llvm_20",
]

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

[[bin]]
name = "cov"
path = "src/bin/cov.rs"
required-features = ["cli"]

[[bin]]
name = "profparser"
path = "src/bin/profparser.rs"
required-features = ["cli"]

[dependencies.anyhow]
version = "1.0.65"

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.flate2]
version = "1.0"

[dependencies.indexmap]
version = "~1.8"

[dependencies.leb128]
version = "0.2.4"

[dependencies.md5]
version = "0.8"

[dependencies.nom]
version = "7.0.0"

[dependencies.object]
version = "0.26.0"

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

[dependencies.thiserror]
version = "1.0.30"

[dependencies.tracing]
version = "0.1.37"

[dependencies.tracing-subscriber]
version = "0.3.16"
optional = true

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.cargo_metadata]
version = "0.14.2"

[dev-dependencies.cfg-if]
version = "1.0.0"

[dev-dependencies.criterion]
version = "0.3.5"
features = ["html_reports"]

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

[dev-dependencies.regex]
version = "1.5.6"

[dev-dependencies.serde]
version = "1.0.165"
features = ["derive"]

[dev-dependencies.serde_yaml]
version = "0.9.22"

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0

[profile.release]
debug = 2