spytial 0.2.0

Drop-in replacement for std::dbg! that opens an interactive diagram of Rust values (Spytial for Rust).
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 = "2021"
rust-version = "1.80"
name = "spytial"
version = "0.2.0"
authors = ["Siddhartha Prasad <siddhartha.a.prasad@gmail.com>"]
build = false
exclude = [
    "target/",
    "Dockerfile",
    "docker-entrypoint.sh",
    ".github/",
    "docs/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Drop-in replacement for std::dbg! that opens an interactive diagram of Rust values (Spytial for Rust)."
homepage = "https://github.com/sidprasad/spytial-rust"
documentation = "https://docs.rs/spytial"
readme = "README.md"
keywords = [
    "spytial",
    "visualization",
    "diagram",
    "debugging",
    "graph",
]
categories = [
    "visualization",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sidprasad/spytial-rust"

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

[[bin]]
name = "viz_server"
path = "src/bin/viz_server.rs"

[[example]]
name = "dbg_basic"
path = "examples/dbg_basic.rs"

[[example]]
name = "demo"
path = "examples/demo.rs"

[[example]]
name = "enum_equality"
path = "examples/enum_equality.rs"

[[example]]
name = "enum_singleton_test"
path = "examples/enum_singleton_test.rs"

[[example]]
name = "enum_test"
path = "examples/enum_test.rs"

[[example]]
name = "rbt"
path = "examples/rbt.rs"

[[example]]
name = "singleton_test"
path = "examples/singleton_test.rs"

[[test]]
name = "dbg_e2e"
path = "tests/dbg_e2e.rs"

[[test]]
name = "decorators"
path = "tests/decorators.rs"

[[test]]
name = "edge_cases_probe"
path = "tests/edge_cases_probe.rs"

[[test]]
name = "export"
path = "tests/export.rs"

[[test]]
name = "reify"
path = "tests/reify.rs"

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

[dependencies.serde-value]
version = "0.7"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.spytial_export_macros]
version = "0.2.0"

[dev-dependencies]