# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bevy-contrib-inspector" version = "0.5.1" authors = ["Jakob Hellermann "] description = "starts a webserver for visually editing bevy resources" readme = "README.md" keywords = ["bevy", "inspector", "visual", "editor", "game"] categories = ["development-tools::procedural-macro-helpers", "game-development", "gui", "visualization"] license = "MIT" repository = "https://github.com/jakobhellermann/bevy-contrib-inspector" [profile.dev.package."*"] opt-level = 2 [dependencies.bevy] version = "0.4" features = ["render"] default-features = false [dependencies.bevy-contrib-inspector-derive] version = "0.5" [dependencies.flume] version = "0.10" default-features = false [dependencies.tiny_http] version = "0.7" [dependencies.webbrowser] version = "0.5" [dependencies.webview_official] version = "0.0.3" optional = true [dev-dependencies.bevy] version = "0.4" features = ["render", "bevy_wgpu", "x11"] default-features = false [features] native = ["webview_official"]