# 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-remote-devtools-plugin" version = "0.2.0" description = "A toolset that allows you to debug / view any bevy application with a tauri based UI. This crate is only the plugin part." license = "MIT" repository = "https://github.com/reneeichhorn/bevy-remote-devtools.git" resolver = "2" [lib] crate-type = ["dylib"] [dependencies.bevy] version = "0.6" features = ["trace", "bevy_render", "bevy_pbr", "dynamic"] [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.itoa] version = "1.0" [dependencies.json] version = "0.12.4" [dependencies.lazy_static] version = "1.4" [dependencies.libmdns] version = "0.6" [dependencies.rweb] version = "0.15" features = ["openapi", "chrono"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" [dependencies.tracing-serde] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.1" [dev-dependencies.env_logger] version = "0.8.4"