documented 0.10.0

Derive and attribute macros for accessing your type's documentation at runtime
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 = "2021"
rust-version = "1.71.0"
name = "documented"
version = "0.10.0"
authors = [
    "cyqsimon <28627918+cyqsimon@users.noreply.github.com>",
    "Uriel <urielfontan2002@gmail.com>",
    "Sese Mueller <sese4dasbinichagmail.com>",
    "Lauréline <git@compilin.dev>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive and attribute macros for accessing your type's documentation at runtime"
readme = "README.md"
keywords = [
    "documentation",
    "proc-macro",
    "reflection",
]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://github.com/cyqsimon/documented"

[features]
customise = ["documented-macros/customise"]
default = ["customise"]

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

[dependencies.documented-macros]
version = "0.10.0"

[dependencies.phf]
version = "0.13"
features = ["macros"]
default-features = false

[dependencies.thiserror]
version = "2.0.12"