# 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_log_events" version = "0.4.0" build = false exclude = [ "assets/", "examples/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Bevy plugin that helps to log events." readme = "README.md" keywords = [ "bevy", "log", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/YellowWaitt/bevy_log_events" [lib] name = "bevy_log_events" path = "src/lib.rs" [dependencies.bevy] version = "0.15" features = ["bevy_state"] default-features = false [dependencies.bevy_editor_pls] version = "0.9" optional = true [dependencies.regex] version = "1" optional = true [dependencies.ron] version = "0.8" optional = true [dependencies.serde] version = "1" optional = true [dev-dependencies.bevy] version = "0.15" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_chacha] version = "0.3.1" [features] default = ["enabled"] editor_window = [ "dep:bevy_editor_pls", "dep:regex", ] enabled = [ "dep:ron", "dep:serde", ]