networkinator 0.1.0

Crate for network on bevy
Documentation
# 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 = "2024"
name = "networkinator"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate for network on bevy"
homepage = "https://github.com/Kevenpvp/NetworkInator"
readme = false
license = "MIT"
repository = "https://github.com/Kevenpvp/NetworkInator"

[features]
default = []
dynamic = ["bevy/dynamic_linking"]

[lib]
name = "networkinator"
path = "src/lib.rs"

[dependencies.bevy]
version = "0.18.0"

[dependencies.erased-serde]
version = "0.4.10"

[dependencies.message_pro_macro]
version = "0.1.0"

[dependencies.postcard]
version = "1.1.3"
features = ["use-std"]

[dependencies.serde]
version = "1.0.228"

[dependencies.tokio]
version = "1.50.0"
features = ["full"]