yass_net 0.1.0

Yet another library to connect games to servers
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 = "2021"
name = "yass_net"
version = "0.1.0"
description = "Yet another library to connect games to servers"
license = "MIT"

[dependencies.bimap]
version = "0.6.2"

[dependencies.bincode]
version = "1.3.3"

[dependencies.crossbeam-channel]
version = "0.5.0"

[dependencies.log]
version = "0.4.17"
features = [
    "max_level_debug",
    "release_max_level_info",
]

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
version = "1.0.152"

[dependencies.snap]
version = "0.2.5"