# 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 = "bevy-scene-hook" version = "10.0.0" authors = ["Nicola Papale"] description = "Ad-hoc component insertion for bevy scenes" readme = "Readme.md" keywords = ["bevy"] categories = ["game-development"] license = "Apache-2.0" repository = "https://github.com/nicopap/bevy-scene-hook" [[package.metadata.release.pre-release-replacements]] file = "Readme.md" replace = "| 0.13 | {{version}} |" search = '\| 0.13 \| [0-9.]* \|' [[package.metadata.release.pre-release-replacements]] file = "Readme.md" replace = "bevy-scene-hook = \"{{version}}\"" search = "bevy-scene-hook = \"[0-9.]*\"" [dependencies.bevy] version = "0.13" features = [ "bevy_scene", "bevy_asset", ] default-features = false [dev-dependencies.bevy] version = "0.13" default-features = true