toml-comment 0.2.0

Derive macro that turns doc comments and Default values into commented TOML
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 = "toml-comment"
version = "0.2.0"
authors = ["z1xus"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macro that turns doc comments and Default values into commented TOML"
readme = "README.md"
keywords = [
    "toml",
    "comments",
    "config",
    "derive",
    "serde",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/z1xus/toml-comment"
resolver = "2"

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.toml]
version = "0.8"

[dependencies.toml-comment-derive]
version = "=0.2.0"