11[package ]
22name = " shaysbot"
3- version = " 0.15.19 "
3+ version = " 0.15.20 "
44authors = [" Shayne Hartford <shaybox@shaybox.com>" ]
55edition = " 2024"
66description = " My personal Minecraft bot using Azalea"
@@ -15,20 +15,23 @@ license = "MIT"
1515azalea = { git = " https://github.com/Shays-Forks/azalea" }
1616# azalea = { path = "../azalea/azalea" }
1717
18+ [patch .crates-io ]
19+ ncr = { git = " https://github.com/Shays-Forks/ncr-rs" , rev = " 4004292" }
20+
1821[dependencies ]
1922anyhow = " 1"
2023azalea = { git = " https://github.com/azalea-rs/azalea" , default-features = false , features = [" packet-event" , " serde" ] }
2124azalea-viaversion = { git = " https://github.com/azalea-rs/azalea-viaversion" , optional = true }
2225# azalea-viaversion = { path = "../azalea-viaversion", optional = true }
2326base64 = " 0.22"
24- bevy-discord = { version = " 0.6 .0" , features = [" bot" ], optional = true }
27+ bevy-discord = { version = " 0.7 .0" , features = [" bot" ], optional = true }
2528bounded-counter = { version = " 0.1" , features = [" deref" , " deref_mut" ] }
2629chrono = " 0.4"
2730derive_more = { version = " 2" , features = [" full" ] }
2831fastrand = " 2"
2932itertools = " 0.14"
3033lazy-regex = " 3"
31- ncr = { git = " https://github.com/Shays-Forks/ncr-rs " , features = [" cfb8" , " ecb" , " gcm" ] }
34+ ncr = { version = " 0.1 " , features = [" cfb8" , " ecb" , " gcm" ] }
3235parking_lot = " 0.12"
3336semver = " 1"
3437serde = " 1"
@@ -44,7 +47,7 @@ tiny_http = { version = "0.12", optional = true }
4447tokio = { version = " 1" , features = [" full" ] }
4548toml = " 0.9"
4649tracing = " 0.1"
47- tracing-subscriber = " 0.3"
50+ tracing-subscriber = { version = " 0.3" , features = [ " env-filter " , " fmt " ] }
4851ureq = { version = " 3" , features = [" json" ] }
4952uuid = " 1"
5053
0 commit comments