# 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 = "bevycheck" version = "0.5.2" authors = ["Jakob Hellermann "] description = "Helpful bevy error messages by proc-macro" readme = "README.md" keywords = [ "bevy", "errors", "debug", ] categories = [ "development-tools::procedural-macro-helpers", "game-development", ] license = "MIT" repository = "https://github.com/jakobhellermann/bevycheck" [lib] proc-macro = true [[example]] name = "test" test = false [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = [ "full", "parsing", "proc-macro", "printing", ] default-features = false [dev-dependencies.bevy] version = "0.10" default-features = false [dev-dependencies.trybuild] version = "1.0"