# 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 = "leknet" version = "0.1.0" description = "multi-crate bevy networking made easier over bevy_quinnet." license = "MIT" [dependencies.bevy_app] version = "0.10.1" [dependencies.bevy_ecs] version = "0.10.1" [dependencies.bevy_quinnet] version = "0.4.0" [dependencies.bevy_reflect] version = "0.10.1" [dependencies.bimap] version = "0.6.3" [dependencies.bincode] version = "1.3.3" [dependencies.port_scanner] version = "0.1.5" [dependencies.serde] version = "1.0.164" features = ["derive"]