grubbnet 0.1.1

Lightweight TCP client/server library for writing networked applications and games
Documentation
[dependencies.bcrypt]
optional = true
version = "0.4"

[dependencies.bincode]
version = "1.1.4"

[dependencies.byteorder]
version = "1"

[dependencies.derive_more]
version = "0.15.0"

[dependencies.mio]
version = "0.6"

[dependencies.openssl]
optional = true
version = "0.10.24"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[features]
crypto = ["openssl", "bcrypt"]

[lib]
crate-type = ["rlib"]
name = "grubbnet"

[package]
authors = ["Declan Hopkins <hopkins.declan@gmail.com>"]
description = "Lightweight TCP client/server library for writing networked applications and games"
edition = "2018"
homepage = "https://crates.io/crates/grubbnet"
license = "MIT"
name = "grubbnet"
readme = "README.md"
repository = "https://github.com/dooskington/grubbnet"
version = "0.1.1"