[package]
edition = "2021"
rust-version = "1.76"
name = "displaystr"
version = "0.1.13"
authors = ["Nik Revenco <pm@nikrev.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An attribute macro for ergonomically implementing the Display trait"
homepage = "https://github.com/nik-rev/displaystr"
readme = "README.md"
keywords = [
"display",
"derive",
"proc-macro",
"macro",
"serialization",
]
categories = [
"development-tools",
"no-std",
"no-std::no-alloc",
"rust-patterns",
"text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nik-rev/displaystr"
[lib]
name = "displaystr"
path = "src/lib.rs"
proc-macro = true
[[test]]
name = "display"
path = "tests/display.rs"
[dependencies.nik-rev]
version = "0.1.3"
[dev-dependencies.displaydoc]
version = "0.2"
[dev-dependencies.thiserror]
version = "2.0"
[dev-dependencies.trybuild]
version = "1.0"