inline-config-macros 0.3.2

Procedual macros for inline-config
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 = "inline-config-macros"
version = "0.3.2"
authors = ["YishiMichael (GitHub)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedual macros for inline-config"
homepage = "https://github.com/YishiMichael/inline-config"
readme = "README.md"
keywords = [
    "config",
    "include",
    "inline",
    "structure",
]
categories = [
    "config",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/YishiMichael/inline-config"

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

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

[dependencies.darling]
version = "0.23.0"

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

[dependencies.macro-string]
version = "0.2.0"

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

[dependencies.quote]
version = "1.0.44"

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

[dependencies.serde_yaml]
version = "0.9.34"
optional = true

[dependencies.syn]
version = "2.0.117"

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