# 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_debug_log" version = "0.2.1" authors = ["Rustunit "] build = false exclude = ["assets/"] autobins = false autoexamples = false autotests = false autobenches = false description = "Allows viewing tracing debug log output inside the bevy app using vanilla bevy_ui." readme = "README.md" keywords = [ "bevy", "gamedev", "testing", "logging", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/rustunit/bevy_debug_log" [lib] name = "bevy_debug_log" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.bevy] version = "0.14" features = [ "default_font", "bevy_ui", ] default-features = false [dependencies.time] version = "0.3" features = [ "formatting", "wasm-bindgen", ] [dev-dependencies.bevy] version = "0.14" [dev-dependencies.pretty_assertions] version = "1"