# 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_crab_networking" version = "0.1.1" authors = ["George Fitikides "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bevy plugin for sending data over TCP" documentation = "https://docs.rs/bevy_crab_networking" readme = "README.md" license = "MIT" repository = "https://github.com/redstonerti/bevy_crab_networking" [lib] name = "bevy_crab_networking" path = "src/lib.rs" [dependencies.bevy] version = "0.14.2" [dependencies.bevy_crossbeam_event] version = "0.6.0" [dependencies.bincode] version = "1.3.3" [dependencies.serde] version = "1.0.210" [dependencies.serde_derive] version = "1.0.210" [dependencies.tokio] version = "1.40.0" features = [ "rt-multi-thread", "io-util", "net", ]