dumpit 0.1.0

Customizable `core::fmt::Debug` derive macro with field-level formatting options.
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"
name = "dumpit"
version = "0.1.0"
authors = ["b01o <b01o@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Customizable `core::fmt::Debug` derive macro with field-level formatting options."
readme = "README.md"
keywords = [
    "debug",
    "derive",
    "macro",
    "formatting",
    "tracing",
]
categories = [
    "development-tools::debugging",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/b01o/dumpit"

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

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

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

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

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

[dependencies.dumpit-macros]
version = "=0.1.0"