# 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 = "cuicui_dsl" version = "0.12.0" authors = ["Nicola Papale"] description = "An easily-extensible macro to spawn things in bevy" readme = "README.md" keywords = [ "bevy", "layout", "ui", ] categories = [ "game-development", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/nicopap/cuicui_layout" [[package.metadata.release.pre-release-replacements]] file = "README.md" replace = "cuicui_dsl/{{version}}/" search = "cuicui_dsl/[0-9.]+/" [[package.metadata.release.pre-release-replacements]] file = "README.md" replace = "cuicui_dsl-v{{version}}/" search = "cuicui_dsl-v[0-9.]+/" [[package.metadata.release.pre-release-replacements]] file = "../examples/custom_dsl/README.md" replace = "cuicui_dsl/{{version}}/" search = "cuicui_dsl/[0-9.]+/" [[package.metadata.release.pre-release-replacements]] file = "../the_book/usage.md" replace = "cuicui_dsl = \"{{version}}\"" search = "cuicui_dsl = .*" [dependencies.bevy] version = "0.12.0" default-features = false [features] default = [] test_and_doc = [ "bevy/bevy_render", "bevy/bevy_asset", ]