# 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_ipc" version = "0.1.0-alpha1" authors = ["elm"] description = "provides a way for ipc communication using bevy_flurx" readme = "README.md" keywords = [ "game", "gamedev", "bevy", "ipc", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/not-elm/bevy_flurx_wry" [[test]] name = "progress" path = "tests/index.rs" [dependencies.bevy] version = "0.13.2" default-features = false [dependencies.bevy_flurx] version = "0.5.2" [dependencies.bevy_flurx_ipc_macro] version = "0.1.0-alpha1" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dev-dependencies.bevy] version = "0.13.2" [dev-dependencies.trybuild] version = "1.0.96" [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"