firefly-toml 0.1.0

Rust macro for statically parsing firefly.toml
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"
rust-version = "1.89.0"
name = "firefly-toml"
version = "0.1.0"
authors = ["Firefly Zero team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust macro for statically parsing firefly.toml"
readme = "README.md"
keywords = [
    "gamedev",
    "firefly-zero",
]
categories = [
    "game-development",
    "no-std",
    "rendering",
    "api-bindings",
    "wasm",
]
license = "MIT"
repository = "https://github.com/firefly-zero/firefly-toml"

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

[dependencies.serde]
version = "1.0.228"
features = ["serde_derive"]

[dependencies.toml]
version = "1.0.3+spec-1.1.0"

[dev-dependencies.firefly-rust]
version = "0.12.0"
default-features = false

[dev-dependencies.snapshot-testing]
version = "0.1.8"