* chore(deps): update crc32fast to v1.5
* chore(deps): update ureq to v2.12
* chore(deps): update phf to v0.13
* chore(deps): update clap to v4.5
* chore(deps): update lazy_static to v1.5
* chore(deps): update thiserror to v2.0.16
* chore(deps): update clap to v4.5
* chore(deps): update bson to v2.15
* chore(deps): update base64 to v0.22
* chore(deps): update quick-xml to v0.38
* chore(deps): update webbrowser to v1.0
* chore(clippy): fix a load of "variables can be used directly"
* chore(ci): update MSRV toolchain to 1.82.0
* chore(pre-commit): update MSRV to 1.82.0
* chore(README): update Minimum Supported Rust Version to 1.82.0
* chore(VERSIONS): update MSRV to 1.82.0
* chore(cli): bump version to 0.4.0 and update MSRV to 1.82.0
* chore(release): bump version to 0.8.0 and update MSRV to 1.82.0
* feat: initial minetest support
* move player to master, remove comments
* add markdown lines
* oops, change player namespace
* fix some edge cases
* add entry to responses, tweak field names
* feat: add minetest master server service"
* restore tf2 example
* chore: replace default with None
* fix: make it available only on TLS and serde
* docs: update changelog
* feat: add initial epic client auth call
* fix: working client auth
* feat: unfinished initial EOS query
* first successful query
* first successful server query
* run fmt
* be a bit more detailed about servers
* properly run fmt for sure this time fr fr
* port of what node gamedig has done
* feat: remove query_raw_values to query_raw
* feat: add raw field to epic response
* feat: pass SocketAddr to epic
* feat: remove unused pub access to internal only struct
* feat: add initial generic impl
* fix: possibly conditional comp
* feat: add epic to the protocol list
* feat: add version and add epic to RESPONSES.md
* feat: add asa to definitions
* feat: add initial protocol macros
* feat: conditional serde ser and des
* fix: cfg serde stuff
* fix: epic macro warn dead code
* partial feature gate epic to tls
* fix: remove asa from game definitions
* feat: add initial crates readmes
* feat: add initial CLI readme
* fix: some links
* feat: fix node badge, split changelogs, fix some other links add docs in cli
* feat: feature the gamedig site in the lib
* feat: fill in cli package fields
* feat: set CLI version to 0.1.0
* feat: update changelogs to set vers
* feat: update the release workflow