dbgflow 0.2.0

Graph-first Rust debugger library and CLI with trace macros, test capture, and a browser UI.
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.85"
name = "dbgflow"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "dbgflow"
description = "Graph-first Rust debugger library and CLI with trace macros, test capture, and a browser UI."
homepage = "https://github.com/CbIRNik/dbgflow"
documentation = "https://docs.rs/dbgflow"
readme = "README.md"
keywords = [
    "debugger",
    "trace",
    "graph",
    "cli",
    "rust",
]
categories = [
    "development-tools::debugging",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/CbIRNik/dbgflow"
resolver = "2"

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

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

[[bin]]
name = "dbgflow"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.38"
features = ["derive"]

[dependencies.dbgflow-core]
version = "0.2.0"

[dependencies.dbgflow-macros]
version = "0.2.0"