# 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_core" version = "0.1.0-alpha1" authors = ["elm"] description = "The core crate of bevy_flurx_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" [dependencies.bevy] version = "0.13.2" features = [ "bevy_winit", "bevy_render", "bevy_ui", ] default-features = false [dependencies.bevy_flurx] version = "0.5.2" [dependencies.bevy_flurx_ipc] version = "0.1.0-alpha1" [dependencies.mouse-rs] version = "0.4.2" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.wry] version = "0.39.5" [dev-dependencies.bevy] version = "0.13.2" [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"