# 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_dynamic_bundle" version = "0.2.1" description = "Provides dynamic bundles for bevy" documentation = "https://docs.rs/bevy_dynamic_bundle" readme = "README.md" keywords = [ "gamedev", "bevy", "dyn", ] categories = ["game-development"] license-file = "LICENSE" repository = "https://github.com/oskuhansson/bevy_dynamic_bundle" [dependencies.bevy] version = "0.13.2" [dependencies.dyn-clone] version = "1.0.17"