doc_for 0.2.0

📖 Get the documentation comment for structs, enums and unions, in a zero-cost fashion.
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 = "doc_for"
version = "0.2.0"
build = false
include = [
    "/src",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "📖 Get the documentation comment for structs, enums and unions, in a zero-cost fashion."
readme = "README.md"
keywords = [
    "documentation",
    "doc-comment",
    "zero-cost",
    "proc-macro",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "GPL-3.0-or-later"
repository = "https://github.com/PRO-2684/doc_for"

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

[dependencies.doc_for_derive]
version = "0.2.0"

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

[dev-dependencies.serde_json]
version = "1.0.151"

[dev-dependencies.thiserror]
version = "2.0.19"