mchprs 0.3.0

A multithreaded minecraft server built for redstone.
Documentation
[package]
name = "mchprs"
version = "0.3.0"
authors = ["StackDoubleFlow <ojaslandge@gmail.com>"]
edition = "2018"
description = "A multithreaded minecraft server built for redstone."
readme = "README.md"
license = "MIT"
keywords = ["minecraft", "server", "redstone"]
repository = "https://github.com/MCHPR/MCHPRS"
homepage = "https://github.com/MCHPR/MCHPRS"

include = [
    "**/*.rs",
    "Cargo.toml",
]

[badges]
travis-ci = { repository = "StackDoubleFlow/MCHPRS" }

[dependencies]
toml = "0.5.6"
flate2 = "1.0.16"
byteorder = "1.3.4"
hematite-nbt = "0.4.1"
bitflags = "1.2.1"
serde = "1.0.114"
md5 = "0.7.0"
bus = "2.2.3"
serde_json = "1.0.56"
bincode = "1.3.1"
ctrlc = { version = "3.1.4", features = ["termination"] }
log = "0.4.8"
fern = { version = "0.6.0", features = ["colored"] }
chrono = "0.4"
rand = "0.7.3"
regex = "1.3.9"
lazy_static = "1.4.0"
backtrace = "0.3.50"
rusqlite = "0.23.1" # To compile on Windows, replace entire line with: rusqlite = {version="0.23.1", features=["bundled"]}