# 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 = "bevnet" version = "0.1.0" authors = ["Tipragot "] description = "A library for networking in Bevy." readme = "README.md" keywords = [ "bevy", "network", "game", ] categories = [ "network-programming", "game-development ", ] license = "MIT OR Apache-2.0" repository = "https://git.tipragot.fr/tipragot/bevnet" [dependencies.bevy] version = "0.10.1" [dependencies.bincode] version = "1.3.3" [dependencies.const-fnv1a-hash] version = "1.1.0" [dependencies.dashmap] version = "5.4.0" [dependencies.serde] version = "1.0.160" features = ["derive"]