# 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 = "2021" name = "micro_games_macros" version = "0.6.0" authors = ["Louis Capitanchik "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility macros to make it easier to build complex systems with Bevy" readme = "README.md" license = "Apache-2.0" [lib] name = "micro_games_macros" path = "src/lib.rs" proc-macro = true [[test]] name = "mod" path = "tests/mod.rs" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_sprite", "bevy_core_pipeline", "serialize", ] default-features = false [dev-dependencies.micro_bevy_world_utils] version = "0.5" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.test-case] version = "3.3.1" [features] default = ["kayak"] kayak = []