# 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_mod_sysfail" version = "7.0.0" authors = ["Nicola Papale"] exclude = [ "assets", ".github", ] description = "Decorate your bevy system with the sysfail macro attribute to handle failure." readme = "README.md" keywords = [ "bevy", "tool", "macro", "error", "trait", ] categories = ["game-development"] license = "Apache-2.0" repository = "https://github.com/nicopap/bevy_mod_sysfail" [[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_mod_sysfail/{{version}}/" search = "bevy_mod_sysfail/[0-9.]+/" [[package.metadata.release.pre-release-replacements]] file = "README.md" replace = "bevy_mod_sysfail/blob/v{{version}}/" search = "bevy_mod_sysfail/blob/v[0-9.]+/" [dependencies.anyhow] version = "1.0" default-features = false [dependencies.bevy] version = "0.13" optional = true default-features = false [dependencies.bevy_ecs] version = "0.13" default-features = false [dependencies.bevy_mod_sysfail_macros] version = "5.0.0" [dependencies.bevy_utils] version = "0.13" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.bevy] version = "0.13" default-features = true [dev-dependencies.bevy-debug-text-overlay] version = "8.0.0" [dev-dependencies.thiserror] version = "1.0" [features] default = ["full"] full = ["dep:bevy"]