# 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_flurx_wry" version = "0.1.0-alpha1" authors = ["elm"] description = "Provides a mechanism to create a webview based on wry" readme = "README.md" keywords = [ "game", "gamedev", "bevy", "wry", ] categories = [ "gui", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/not-elm/bevy_flurx_wry" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.bevy_flurx_ipc] version = "0.1.0-alpha1" [dependencies.bevy_flurx_wry_api] version = "0.1.0-alpha1" [dependencies.bevy_flurx_wry_core] version = "0.1.0-alpha1" [dependencies.serde] version = "1.0.202" features = ["derive"] [dev-dependencies.bevy] version = "0.13.2" [dev-dependencies.bevy_flurx] version = "0.5.2" [dev-dependencies.serde] version = "1.0.202" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.117" [lints.clippy] doc_markdown = "warn" manual_let_else = "warn" match_same_arms = "warn" redundant_else = "warn" semicolon_if_nothing_returned = "warn" type_complexity = "allow" undocumented_unsafe_blocks = "warn" [lints.rust] missing_docs = "warn"