nichlink-debug-method 0.1.1

Optional MIR, CallTrace, data-flow, and graph evidence for NichLink
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.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)"]