[package]
edition = "2024"
rust-version = "1.96.0"
name = "nichlink-debug-method"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Optional MIR, CallTrace, data-flow, and graph evidence for NichLink"
homepage = "https://github.com/Nichtigott/nichlink"
documentation = "https://docs.rs/nichlink-debug-method"
readme = "README.md"
keywords = [
"mir",
"call-graph",
"diagnostics",
"data-flow",
]
categories = [
"development-tools::debugging",
"development-tools",
"visualization",
]
license = "MIT"
repository = "https://github.com/Nichtigott/nichlink"
resolver = "2"
[lib]
name = "nichlink_debug_method"
path = "src/lib.rs"
[[test]]
name = "collector_integration"
path = "tests/collector_integration.rs"
[dependencies.inventory]
version = "0.3.24"
[dependencies.nichlink-run-method]
version = "0.1.1"
[dependencies.petgraph]
version = "0.8"
[dependencies.tracing]
version = "0.1"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(rust_analyzer)"]