static-toml 1.2.0

Effortlessly embed TOML files into your Rust code as static data with custom data structures.
Documentation
[[example]]
name = "example"
[dependencies.convert_case]
version = "0.6"

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

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"

[dependencies.toml]
version = "0.8"
[dev-dependencies.syn]
features = ["extra-traits"]
version = "2"

[lib]
proc-macro = true

[package]
authors = ["Tim 'Piepmatz' Hesse"]
categories = ["config", "data-structures"]
description = "Effortlessly embed TOML files into your Rust code as static data with custom data structures."
edition = "2021"
exclude = [".github/"]
keywords = ["static", "include", "embed", "toml", "config"]
license = "MIT"
name = "static-toml"
readme = "README.md"
repository = "https://github.com/cptpiepmatz/static-toml"
version = "1.2.0"