smart-debug 0.0.1

Derive macro for `Debug` with easy manipulation of fields
Documentation
[dependencies.proc-macro2]
version = "1.0.59"

[dependencies.quote]
version = "1.0.28"

[dependencies.syn]
features = ["extra-traits"]
version = "2.0.18"
[dev-dependencies.insta]
features = ["serde"]
version = "1.31.0"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.174"

[lib]
proc-macro = true

[package]
categories = ["value-formatting"]
description = "Derive macro for `Debug` with easy manipulation of fields"
edition = "2021"
homepage = "https://github.com/CosmicHorrorDev/smart-debug"
keywords = ["debug", "derive", "formatting"]
license = "MIT OR Apache-2.0"
name = "smart-debug"
readme = "README.md"
repository = "https://github.com/CosmicHorrorDev/smart-debug"
rust-version = "1.65.0"
version = "0.0.1"