2021-01-08 19:42:24 +01:00
|
|
|
[package]
|
|
|
|
name = "mcquery"
|
2021-01-13 12:39:02 +01:00
|
|
|
version = "0.1.1"
|
2021-01-08 19:42:24 +01:00
|
|
|
description = "Query Minecraft servers with Rust"
|
|
|
|
authors = ["EliasSchriefer <elischriefer@gmail.com>"]
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies.tokio]
|
2021-09-17 18:05:47 +02:00
|
|
|
version = "^1.0"
|
2021-01-08 19:42:24 +01:00
|
|
|
features = ["net", "time"]
|
|
|
|
|
|
|
|
[dev-dependencies.tokio]
|
2021-09-17 18:05:47 +02:00
|
|
|
version = "^1.0"
|
2021-01-08 19:42:24 +01:00
|
|
|
features = ["macros", "net", "rt-multi-thread", "time"]
|