[package]
name = "nichlink-debug-method"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository = "https://github.com/Nichtigott/nichlink"
homepage = "https://github.com/Nichtigott/nichlink"
description = "Optional MIR, CallTrace, data-flow, and graph evidence for NichLink"
keywords = ["mir", "call-graph", "diagnostics", "data-flow"]
categories = ["development-tools::debugging", "development-tools", "visualization"]
readme = "README.md"
documentation = "https://docs.rs/nichlink-debug-method"
[dependencies]
nichlink-run-method = { path = "../run_method", version = "0.1.1" }
petgraph = "0.8"
tracing = "0.1"
inventory = "0.3.24"
[lib]
name = "nichlink_debug_method"
path = "src/lib.rs"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rust_analyzer)'] }