# 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-pigeon" version = "0.3.0" authors = ["Mitchell Marino "] autoexamples = false description = "The bevy plugin for carrier-pigeon." readme = "README.md" keywords = [ "game", "gamedev", "networking", "bevy", ] categories = [ "game-development", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MitchellMarinoDev/bevy-pigeon/" resolver = "2" [[example]] name = "mvp" [[example]] name = "player" [dependencies.bevy] version = "~0.7.0" default-features = false [dependencies.carrier-pigeon] version = "~0.3" [dependencies.serde] version = "~1.0" features = ["derive"] [dev-dependencies.bevy] version = "~0.7.0" [features] default = ["types"] types = ["bevy/render"]