* 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
* crate: Set default binary to gamedig-cli
* crate: Fix bad no-default-features option on gamedig-id dependency
* ci: Run tests when Cargo.toml changes
* id-tests: Clippy fixes
* fix: ID tests not in correct directory
* refactor: Move game-id test logic into its own crate
* id-tests: Add CLI that reads JSON input
* id-tests: Update crate docs
* Remove node ID test
* id-tests: Don't try to parse unneeded info
* id-tests: Enable cli feature by default