toml-input 0.1.4

# A library to generate toml text with clear options and comments
Documentation
[dependencies.bytes]
version = "1"

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

[dependencies.thiserror]
version = "2.0.12"

[dependencies.toml]
version = "0.8"

[dependencies.toml-input-derive]
version = "0.1"

[dev-dependencies.strum]
version = "0.27"

[dev-dependencies.strum_macros]
version = "0.27"

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

[package]
authors = ["duan zhou <duan_zhou@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "parsing", "config"]
description = "# A library to generate toml text with clear options and comments"
edition = "2024"
keywords = ["toml", "config", "document"]
license = "MIT"
name = "toml-input"
readme = "README.md"
resolver = "2"
version = "0.1.4"

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

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

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