lupa 0.1.1

Interactive object inspector for Rust — web UI + TUI + snapshot diffing
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"
name = "lupa"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive object inspector for Rust — web UI + TUI + snapshot diffing"
documentation = "https://docs.rs/lupa"
readme = "README.md"
keywords = [
    "debug",
    "inspector",
    "tui",
    "devtools",
    "snapshot",
]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/NameOfShadow/lupa"
resolver = "2"

[features]
default = ["web"]
tui = [
    "dep:crossterm",
    "dep:ratatui",
]
web = []

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

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

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

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

[dependencies.crossterm]
version = "0.29.0"
optional = true

[dependencies.lupa-macros]
version = "0.1"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.ratatui]
version = "0.30.0"
optional = true

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.similar]
version = "3.1.0"

[dependencies.tiny_http]
version = "0.12"

[dependencies.tungstenite]
version = "0.29.0"

[dev-dependencies.axum]
version = "0.8.9"

[dev-dependencies.tokio]
version = "1.52.1"
features = ["full"]