# 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_replicon_repair" version = "0.10.0" authors = ["koe "] include = [ "/src", "/tests", "/LICENSE*", ] description = "Extends bevy_replicon with client-state repair for reconnects." readme = "README.md" keywords = [ "bevy", "networking", "bevy_replicon", ] license = "MIT OR Apache-2.0" repository = "https://github.com/UkoeHB/bevy_replicon_repair" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] test = false doctest = false [dependencies.bevy] version = "0.14" default-features = false [dependencies.bevy_cobweb] version = "0.12" [dependencies.bevy_replicon] version = ">=0.28.1" [dependencies.bincode] version = "1.3" [dependencies.serde] version = "1.0" [dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3"