minecraft-rs/minecraft-bot-framework/Cargo.toml

19 lines
465 B
TOML

[package]
name = "minecraft-bot-framework"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-trait = "0.1"
base64 = "0.13.0"
hex = "0.4.3"
minecraft-protocol = { path = "../minecraft-protocol", features = [ "tokio-support" ] }
openssl = "0.10"
rand = "0.8.4"
reqwest = "0.11"
thiserror = "1.0"
tokio = { version = "1.16", features = ["full"] }
tracing = "0.1"