passless-config-doc 0.10.0

Procedural macro to generate documented configuration file for Passless.
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 = "passless-config-doc"
version = "0.10.0"
authors = ["Pando85 <pando855@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macro to generate documented configuration file for Passless."
homepage = "https://github.com/pando85/passless"
readme = "README.md"
keywords = [
    "passless",
    "config",
    "documentation",
    "proc-macro",
    "toml",
]
categories = [
    "config",
    "development-tools",
]
license-file = "LICENSE"
repository = "https://github.com/pando85/passless"
resolver = "2"

[lib]
name = "passless_config_doc"
path = "src/lib.rs"
proc-macro = true

[dependencies.darling]
version = "0.23"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "extra-traits",
]