# 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_diagnostics_explorer" version = "0.1.0" authors = ["Vladimir Zaytsev "] exclude = ["vscode-extension"] description = "Bevy plugin that provides provides diagnostics into VSCode extension" readme = "README.md" license = "Apache-2.0" [dependencies.actix-web] version = "4.3.1" [dependencies.base64] version = "0.21.0" [dependencies.bevy_app] version = "0.10.1" [dependencies.bevy_ecs] version = "0.10.1" [dependencies.bevy_utils] version = "0.10.1" [dependencies.byteorder] version = "1.4.3" [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.hashbrown] version = "0.13.2" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17"