# 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_screen_diagnostics" version = "0.6.0" authors = ["laundmo"] description = "Bevy plugin for displaying diagnostics on screen." documentation = "https://docs.rs/bevy_screen_diagnostics" readme = "README.md" keywords = [ "gamedev", "bevy", "diagnostics", "debug", ] license = "MIT OR Apache-2.0" repository = "https://github.com/laundmo/bevy_screen_diagnostics" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [dependencies.bevy] version = "0.14" features = [ "bevy_text", "bevy_ui", "bevy_asset", "bevy_render", ] default-features = false [dev-dependencies.bevy] version = "0.14" default-features = true [features] builtin-font = ["bevy/default_font"] default = ["builtin-font"]