dbgflow-core 0.3.0

Core runtime, session model, and embedded UI server for the dbgflow graph debugger.
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-core"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core runtime, session model, and embedded UI server for the dbgflow graph debugger."
homepage = "https://github.com/CbIRNik/dbgflow"
documentation = "https://docs.rs/dbgflow-core"
readme = "README.md"
keywords = [
    "debugger",
    "trace",
    "graph",
    "visualization",
    "rust",
]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/CbIRNik/dbgflow"
resolver = "2"

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

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

[dependencies.pin-project-lite]
version = "0.2.17"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"