inline-config-macros 0.1.0

Procedual macros for inline-config
Documentation
[dependencies.darling]
version = "0.23.0"

[dependencies.indexmap]
optional = true
version = "2.12.1"

[dependencies.proc-macro-error]
version = "1.0.4"

[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.103"

[dependencies.quote]
version = "1.0.42"

[dependencies.serde_json]
optional = true
version = "1.0.148"

[dependencies.syn]
version = "2.0.111"

[dependencies.toml]
features = ["parse", "serde"]
optional = true
version = "0.9.10"

[dependencies.yaml-rust2]
optional = true
version = "0.11.0"

[features]
default = ["json", "toml", "yaml"]
indexmap = ["dep:indexmap", "serde_json?/preserve_order", "toml?/preserve_order"]
json = ["dep:serde_json"]
toml = ["dep:toml"]
yaml = ["dep:yaml-rust2"]

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

[package]
authors = ["YishiMichael (GitHub)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config", "data-structures"]
description = "Procedual macros for inline-config"
edition = "2024"
homepage = "https://github.com/YishiMichael/inline-config"
keywords = ["config", "include", "static", "inline"]
license = "MIT OR Apache-2.0"
name = "inline-config-macros"
readme = "README.md"
repository = "https://github.com/YishiMichael/inline-config"
version = "0.1.0"