[dependencies.derive_more]
default-features = false
features = ["from", "deref", "as_ref", "into"]
version = "2.1.1"
[dependencies.sealed]
version = "0.6.0"
[[example]]
name = "error_from_main"
path = "examples/error_from_main.rs"
[lib]
name = "display_as_debug"
path = "src/lib.rs"
[package]
authors = ["Austin Stanley <maxtmahem@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging", "rust-patterns"]
description = "Enables a rust types display implementation to be used as its debug implementation."
documentation = "https://MaxMahem.github.io/display_as_debug/index.html"
edition = "2024"
homepage = "https://github.com/MaxMahem/display_as_debug"
keywords = ["debug", "display", "formatting", "error-handling"]
license = "MIT OR Apache-2.0"
name = "display_as_debug"
readme = "README.md"
repository = "https://github.com/MaxMahem/display_as_debug"
rust-version = "1.85.1"
version = "0.5.1"
[[test]]
name = "fmt"
path = "tests/fmt/main.rs"
[[test]]
name = "types"
path = "tests/types/main.rs"
[[test]]
name = "wrap"
path = "tests/wrap/main.rs"