# 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_mod_debug_console" version = "0.1.0" authors = ["Mike Hsu "] description = "Bevy plugin to use console to get information from ECS" homepage = "https://github.com/hymm/bevy_mod_debug_console" documentation = "https://docs.rs/bevy_mod_debug_console" readme = "README.md" keywords = [ "game", "tool", "bevy", "debug", ] categories = ["game-engines"] license = "MIT OR MIT-0 OR Apache-2.0" repository = "https://github.com/hymm/bevy_mod_debug_console" resolver = "2" [[example]] name = "example" path = "examples/example.rs" [[example]] name = "egui_console" path = "examples/egui_console.rs" [dependencies.bevy] version = "0.8" default-features = false [dependencies.clap] version = "3.2" [dependencies.crossbeam] version = "0.8" [dev-dependencies.bevy] version = "0.8" [dev-dependencies.bevy_console] version = "0.4"