ptcov 0.2.0

Decoder to compute code coverage from Intel® Processor Trace traces
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 = "2024"
rust-version = "1.92.0"
name = "ptcov"
version = "0.2.0"
authors = ["Marco Cavenati <cavenatimarco+ptcov@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Decoder to compute code coverage from Intel® Processor Trace traces"
documentation = "https://docs.rs/ptcov"
readme = "README.md"
keywords = [
    "decoder",
    "intel",
    "pt",
]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Marcondiro/ptcov"

[package.metadata.cargo-all-features]
denylist = ["pebs"]

[features]
cyc = []
default = [
    "cyc",
    "indirect_edges",
    "more_checks",
    "ptw",
    "retc",
    "stronger_hash",
]
indirect_edges = []
log = [
    "log_packets",
    "log_instructions",
]
log_instructions = []
log_packets = []
more_checks = []
pebs = []
ptw = []
retc = []
stronger_hash = []

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

[dependencies.hashbrown]
version = "0.17.1"

[dependencies.iced-x86]
version = "1.21.0"
features = [
    "std",
    "decoder",
    "instr_info",
]
default-features = false

[dependencies.log]
version = "0.4.32"

[dependencies.num-traits]
version = "0.2.19"

[dev-dependencies.env_logger]
version = "0.11.10"

[dev-dependencies.iced-x86]
version = "1.21.0"
features = [
    "std",
    "encoder",
]
default-features = false

[lints.clippy]
alloc_instead_of_core = "deny"
std_instead_of_alloc = "deny"
std_instead_of_core = "deny"

[lints.rust]
missing_docs = "warn"