inspect-format 0.1.0

Formatting and rendering for inspect-rs
Documentation
[package]
name = "inspect-format"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
documentation.workspace = true
description = "Formatting and rendering for inspect-rs"
keywords = ["introspection", "formatting", "tree"]
categories = ["development-tools::debugging"]

[lints]
workspace = true

[dependencies]
anstyle = { workspace = true, optional = true }
inspect-core = { workspace = true }

[features]
default = ["color"]
color = ["dep:anstyle"]