cargo-llvm-cov 0.6.9

Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).
Documentation
[dependencies.anyhow]
version = "1.0.47"

[dependencies.camino]
version = "1.0.5"

[dependencies.cargo-config2]
version = "0.1.21"

[dependencies.duct]
version = "0.13.1"

[dependencies.fs-err]
version = "2.5"

[dependencies.glob]
version = "0.3"

[dependencies.is_executable]
version = "1"

[dependencies.lcov2cobertura]
version = "1.0.1"

[dependencies.lexopt]
version = "0.3"

[dependencies.opener]
default-features = false
version = "0.7"

[dependencies.regex]
default-features = false
features = ["perf", "std"]
version = "1.3"

[dependencies.rustc-demangle]
features = ["std"]
version = "0.1.23"

[dependencies.ruzstd]
default-features = false
features = ["std"]
version = "0.6"

[dependencies.serde]
version = "1.0.103"

[dependencies.serde_derive]
version = "1.0.103"

[dependencies.serde_json]
version = "1"

[dependencies.shell-escape]
version = "0.1.5"

[dependencies.tar]
version = "0.4.40"

[dependencies.termcolor]
version = "1.1.2"

[dependencies.walkdir]
version = "2.2.3"
[dev-dependencies.easy-ext]
version = "1"

[dev-dependencies.rustversion]
version = "1"

[dev-dependencies.tempfile]
version = "3"
[lints.clippy]
all = "warn"
as_ptr_cast_mut = "warn"
default_union_representation = "warn"
inline_asm_x86_att_syntax = "warn"
pedantic = "warn"
trailing_empty_array = "warn"
transmute_undefined_repr = "warn"
undocumented_unsafe_blocks = "warn"

[lints.clippy.bool_assert_comparison]
level = "allow"
priority = 1

[lints.clippy.borrow_as_ptr]
level = "allow"
priority = 1

[lints.clippy.declare_interior_mutable_const]
level = "allow"
priority = 1

[lints.clippy.doc_markdown]
level = "allow"
priority = 1

[lints.clippy.float_cmp]
level = "allow"
priority = 1

[lints.clippy.manual_assert]
level = "allow"
priority = 1

[lints.clippy.manual_range_contains]
level = "allow"
priority = 1

[lints.clippy.missing_errors_doc]
level = "allow"
priority = 1

[lints.clippy.module_name_repetitions]
level = "allow"
priority = 1

[lints.clippy.similar_names]
level = "allow"
priority = 1

[lints.clippy.single_match]
level = "allow"
priority = 1

[lints.clippy.single_match_else]
level = "allow"
priority = 1

[lints.clippy.struct_excessive_bools]
level = "allow"
priority = 1

[lints.clippy.struct_field_names]
level = "allow"
priority = 1

[lints.clippy.too_many_arguments]
level = "allow"
priority = 1

[lints.clippy.too_many_lines]
level = "allow"
priority = 1

[lints.clippy.type_complexity]
level = "allow"
priority = 1

[lints.rust]
improper_ctypes = "warn"
improper_ctypes_definitions = "warn"
non_ascii_idents = "warn"
rust_2018_idioms = "warn"
single_use_lifetimes = "warn"
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "warn"

[package]
categories = ["command-line-utilities", "development-tools::cargo-plugins", "development-tools::testing"]
description = "Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).\n"
edition = "2021"
exclude = ["/.*", "/tools"]
keywords = ["cargo", "coverage", "subcommand", "testing"]
license = "Apache-2.0 OR MIT"
name = "cargo-llvm-cov"
readme = "README.md"
repository = "https://github.com/taiki-e/cargo-llvm-cov"
rust-version = "1.70"
version = "0.6.9"
[package.metadata.binstall]
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.tar.gz"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[profile.release]
codegen-units = 1
lto = true
[target."cfg(windows)".dependencies.home]
version = "0.5"