# 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 = "minecrevy_net" version = "0.1.0" description = "A client-server networking library for Minecraft with Bevy." homepage = "https://github.com/Minecrevy/minecrevy" readme = "README.md" keywords = [ "bevy", "minecraft", "networking", "protocol", "server", ] categories = [ "game-development", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Minecrevy/minecrevy" [dependencies.bevy] version = "0.12" [dependencies.dashmap] version = "5.5" [dependencies.flume] version = "0.11" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.minecrevy_io] version = "0.1.0" [dependencies.tokio] version = "1.34" features = ["full"] [dependencies.tokio-util] version = "0.7" features = ["codec"]