[dependencies.convert_case]
version = "0.8"
[dependencies.darling]
version = "0.20"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.regex]
version = "1"
[dependencies.syn]
features = ["parsing"]
version = "2.0"
[dev-dependencies.serde]
features = ["derive"]
version = "1"
[dev-dependencies.strum]
version = "0.27"
[dev-dependencies.strum_macros]
version = "0.27"
[dev-dependencies.toml]
version = "0.8"
[dev-dependencies.toml-input]
version = "0.1"
[lib]
name = "toml_input_derive"
path = "src/lib.rs"
proc-macro = true
[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-derive"
readme = "README.md"
resolver = "2"
version = "0.1.4"
[[test]]
name = "enum_code"
path = "tests/enum_code.rs"
[[test]]
name = "struct_code"
path = "tests/struct_code.rs"
[[test]]
name = "test"
path = "tests/test.rs"