# 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_api" version = "0.1.0-alpha1" authors = ["elm"] description = "Provides the api plugins for bevy_flurx_wry" readme = "README.md" keywords = [ "game", "gamedev", "bevy", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/not-elm/bevy_flurx_wry" [dependencies.bevy] version = "0.13.2" default-features = false [dependencies.bevy_flurx] version = "0.5.2" [dependencies.bevy_flurx_ipc] 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" [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"