# 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_eventwork" version = "0.9.0" authors = [ "James ", "Neikos ", "Noah ", ] autoexamples = false description = "Event based networking library for Bevy" readme = "README.md" categories = [ "game-development", "network-programming", ] license = "MIT" repository = "https://github.com/jamescarterbell/bevy_eventwork" resolver = "2" [[example]] name = "client" [[example]] name = "server" [dependencies.async-channel] version = "2.0.0" [dependencies.async-net] version = "2.0.0" optional = true [dependencies.async-trait] version = "0.1.74" [dependencies.bevy] version = "0.14.0" features = ["multi_threaded"] default-features = false [dependencies.bincode] version = "1.3.3" [dependencies.dashmap] version = "6.0.1" [dependencies.futures-lite] version = "2.0.0" [dependencies.serde] version = "1.0.190" features = ["derive"] [dev-dependencies.bevy] version = "0.14.0" features = ["default_font"] [features] default = ["tcp"] tcp = ["async-net"] [badges.maintenance] status = "actively-developed"