# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mchprs" version = "0.3.0" authors = ["StackDoubleFlow "] include = ["**/*.rs", "Cargo.toml"] description = "A multithreaded minecraft server built for redstone." homepage = "https://github.com/MCHPR/MCHPRS" readme = "README.md" keywords = ["minecraft", "server", "redstone"] license = "MIT" repository = "https://github.com/MCHPR/MCHPRS" [dependencies.backtrace] version = "0.3.50" [dependencies.bincode] version = "1.3.1" [dependencies.bitflags] version = "1.2.1" [dependencies.bus] version = "2.2.3" [dependencies.byteorder] version = "1.3.4" [dependencies.chrono] version = "0.4" [dependencies.ctrlc] version = "3.1.4" features = ["termination"] [dependencies.fern] version = "0.6.0" features = ["colored"] [dependencies.flate2] version = "1.0.16" [dependencies.hematite-nbt] version = "0.4.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.md5] version = "0.7.0" [dependencies.rand] version = "0.7.3" [dependencies.regex] version = "1.3.9" [dependencies.rusqlite] version = "0.23.1" [dependencies.serde] version = "1.0.114" [dependencies.serde_json] version = "1.0.56" [dependencies.toml] version = "0.5.6" [badges.travis-ci] repository = "StackDoubleFlow/MCHPRS"