# 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_proto_typetag" version = "0.7.0" authors = ["Gino Valente "] exclude = [ "assets/**/*", ".github/**/*", ] description = "bevy_proto with typetag support" readme = "README.md" keywords = [ "bevy", "archetype", "config", "entity", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MrGVSV/bevy_proto_typetag" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "bundles" path = "examples/bundles.rs" [[example]] name = "attributes" path = "examples/attributes.rs" [[example]] name = "templates" path = "examples/templates.rs" [[example]] name = "bench" path = "examples/bench.rs" [dependencies.bevy] version = "0.10" features = ["bevy_asset"] default-features = false [dependencies.bevy_proto_typetag_derive] version = "0.2" [dependencies.crossbeam-channel] version = "0.5" optional = true [dependencies.dyn-clone] version = "1.0" [dependencies.indexmap] version = "1.9" [dependencies.notify] version = "5.0" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.typetag] version = "0.2" [dev-dependencies.bevy] version = "0.10" [features] analysis = [] default = ["analysis"] hot_reloading = [ "dep:crossbeam-channel", "dep:notify", ] no_cycles = ["analysis"]