# 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_caravan" version = "0.1.0" authors = ["Dominic Rooney"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A function-like proc macro designed for making expressing Bevy's query.get statements easier." readme = "README.md" keywords = [ "bevy", "macro", ] license = "MIT OR Apache-2.0" repository = "https://github.com/orangutanrider/bevy_caravan" [lib] name = "bevy_caravan" path = "src/lib.rs" proc-macro = true [[example]] name = "compile_fail" path = "examples/compile_fail.rs" [[example]] name = "ref_caravan_basics" path = "examples/ref_caravan_basics.rs" [[example]] name = "ref_caravan_exit_rules" path = "examples/ref_caravan_exit_rules.rs" [[example]] name = "ref_caravan_exit_rule_override" path = "examples/ref_caravan_exit_rule_override.rs" [[example]] name = "ref_caravan_nesting" path = "examples/ref_caravan_nesting.rs" [[example]] name = "ref_caravan_wildcards" path = "examples/ref_caravan_wildcards.rs" [[test]] name = "ref_caravan_abbreviations" path = "tests/ref_caravan_abbreviations.rs" [[test]] name = "ref_caravan_basics" path = "tests/ref_caravan_basics.rs" [[test]] name = "ref_caravan_err_match" path = "tests/ref_caravan_err_match.rs" [[test]] name = "ref_caravan_exit_rules" path = "tests/ref_caravan_exit_rules.rs" [[test]] name = "ref_caravan_into_next" path = "tests/ref_caravan_into_next.rs" [[test]] name = "ref_caravan_nesting" path = "tests/ref_caravan_nesting.rs" [[test]] name = "ref_caravan_override" path = "tests/ref_caravan_override.rs" [[test]] name = "ref_caravan_pre_processing" path = "tests/ref_caravan_pre_processing.rs" [[test]] name = "ref_caravan_query_mut" path = "tests/ref_caravan_query_mut.rs" [[test]] name = "ref_caravan_raws" path = "tests/ref_caravan_raws.rs" [[test]] name = "ref_caravan_wildcards" path = "tests/ref_caravan_wildcards.rs" [features] no_assertions = []