iptr-decoder 0.1.3

Idiomatic Rust-style low-level Intel PT trace handler.
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"
name = "iptr-decoder"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Idiomatic Rust-style low-level Intel PT trace handler."
homepage = "https://github.com/Evian-Zhang/iptr/"
readme = "README.md"
keywords = ["intel-pt"]
categories = [
    "no-std",
    "parser-implementations",
    "hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Evian-Zhang/iptr/"

[package.metadata.docs.rs]
all-features = true

[features]
alloc = []
default = []
log_handler = [
    "alloc",
    "dep:log",
]

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

[dependencies.derive_more]
version = "2"
features = ["display"]

[dependencies.log]
version = "0.4"
optional = true

[dependencies.memchr]
version = "2.7"

[dependencies.perfect-derive]
version = "0.1"

[dependencies.thiserror]
version = "2"

[lints.clippy]
cast_lossless = "allow"
doc_markdown = "allow"
inline_always = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
unnecessary_cast = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rustdoc]
broken_intra_doc_links = "deny"