# 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_stokes" version = "0.1.0-alpha.2" authors = ["Harry Barber "] description = """ A bevy plugin providing a thin and ergonomic wrapper around laminar. """ homepage = "https://github.com/hlb8122/bevy_stokes" keywords = [ "bevy", "udp", "networking", ] categories = [ "game-development", "network-programming", ] license = "MIT" repository = "https://github.com/hlb8122/bevy_stokes" resolver = "2" [dependencies.bevy] version = "0.6.1" [dependencies.laminar] version = "0.5.0" [dependencies.serde] version = "1.0" optional = true default-features = false