# 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_puffin" version = "0.4.0" authors = ["mvlabat "] exclude = [".github/**/*"] description = "Integration layer between Bevy, puffin and tracing" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mvlabat/bevy_puffin" [dependencies.bevy] version = "0.10" features = ["trace"] default-features = false [dependencies.puffin] version = "0.14" [dependencies.tracing-error] version = "0.2" [dependencies.tracing-log] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "registry", "env-filter", ] [dev-dependencies.bevy] version = "0.10" [dev-dependencies.bevy_egui] version = "0.20" [dev-dependencies.puffin_egui] version = "0.20" [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1" [target."cfg(target_arch = \"wasm32\")".dependencies.tracing-wasm] version = "0.2"