# 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_scene_postprocess" version = "0.2.0-rc.1" build = false exclude = [".github/"] autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for Bevy that provides a way to postprocess scenes after loading them" readme = "README.md" keywords = [ "bevy", "scene", "post", "process", "hook", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/andriyDev/bevy_scene_postprocess" [lib] name = "bevy_scene_postprocess" path = "src/lib.rs" [dependencies.bevy] version = "0.15.0-rc.1" features = [ "bevy_scene", "bevy_asset", ] default-features = false [dev-dependencies.bevy] version = "0.15.0-rc.1" features = ["multi_threaded"] default-features = false [dev-dependencies.crossbeam-channel] version = "0.5.13" [dev-dependencies.googletest] version = "0.12.0"