mirage-engine-derive 0.2.0

The derive macros of mirage-engine; games depend on the engine, never on this
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 = "mirage-engine-derive"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The derive macros of mirage-engine; games depend on the engine, never on this"
readme = false
license = "Zlib OR Apache-2.0 OR MIT"
repository = "https://codeberg.org/M0jo/mirage-engine"

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

[dependencies.quote]
version = "1.0.42"

[dependencies.syn]
version = "3.0.3"

[lints.clippy]
arbitrary_source_item_ordering = "warn"