bevy_log_events 0.7.0

A Bevy plugin that helps to log events.
Documentation
# 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 = "2024"
name = "bevy_log_events"
version = "0.7.0"
build = false
exclude = [
    "assets/",
    "examples/",
]
autolib = false
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"

[package.metadata.docs.rs]
features = ["bevy/x11"]
rustc-args = [
    "--cfg",
    "docsrs_dep",
]
rustdoc-args = [
    "--cfg",
    "docsrs_dep",
    "--html-after-content",
    "docs-rs/trait-tags.html",
]

[features]
default = ["enabled"]
enabled = [
    "dep:ron",
    "dep:serde",
    "dep:bevy_egui",
    "dep:regex",
]

[lib]
name = "bevy_log_events"
path = "src/lib.rs"

[dependencies.bevy]
version = "0.18"
features = ["bevy_log"]
default-features = false

[dependencies.bevy_egui]
version = "0.39"
optional = true

[dependencies.regex]
version = "1"
optional = true

[dependencies.ron]
version = "0.12"
optional = true

[dependencies.serde]
version = "1"
optional = true

[dev-dependencies.bevy]
version = "0.18"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.rand_chacha]
version = "0.9"