facet-pretty 0.44.2

Pretty-printing for Facet types with syntax highlighting and customizable formatting
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.90"
name = "facet-pretty"
version = "0.44.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pretty-printing for Facet types with syntax highlighting and customizable formatting"
homepage = "https://facet.rs"
readme = "README.md"
keywords = [
    "pretty-print",
    "formatting",
    "reflection",
    "serialization",
    "visualization",
]
categories = [
    "development-tools",
    "visualization",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/facet-rs/facet"

[package.metadata."docs.rs"]
rustdoc-args = [
    "--html-in-header",
    "arborium-header.html",
]

[features]
alloc = [
    "facet-core/alloc",
    "facet-reflect/alloc",
]
camino = [
    "alloc",
    "facet-core/camino",
]

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

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

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

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

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

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

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

[dependencies.facet-core]
version = "0.44.2"

[dependencies.facet-reflect]
version = "0.44.2"

[dependencies.owo-colors]
version = "4"
features = ["supports-colors"]

[dev-dependencies.camino]
version = "^1.2.1"

[dev-dependencies.insta]
version = "^1.44.3"

[lints.clippy]
disallowed_methods = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(facet_no_doc)",
    "cfg(kani)",
]