Files
slippi-rust-extensions/game-reporter/Cargo.toml
Nikhil Narayana 7ff0672fc4 refactor: update time and cpal && upgrade to 1.88 and edition 2024 (#21)
* chore: update time and cpal + cargo update

* update to 1.88 and 2024

* use unsafe as needed

* update cbindgen

* ignore error in ReportSendErrorKind

* explicit dead_code attributes and update doc string

* jukebox: keep existing offset locator behavior while abiding by rust 2024 return-position impl rules

* minor doc comment adjustment

---------

Co-authored-by: Ryan McGrath <ryan@rymc.io>
Co-authored-by: Daryl Pinto <daryl.j.pinto@gmail.com>
2025-07-19 16:10:57 -07:00

25 lines
634 B
TOML

[package]
name = "slippi-game-reporter"
description = "Implements the game reporter service."
authors = ["Slippi Team", "Ryan McGrath <ryan@rymc.io>"]
version = "0.1.0"
edition = "2024"
publish = false
[features]
default = []
ishiiruka = []
mainline = []
playback = []
[dependencies]
chksum = { version = "0.2.2", default-features = false, features = ["md5"] }
dolphin-integrations = { path = "../dolphin" }
flate2 = "1.0"
serde = { workspace = true }
serde_json = { workspace = true }
serde_repr = { workspace = true }
slippi-gg-api = { path = "../slippi-gg-api" }
slippi-user = { path = "../user" }
tracing = { workspace = true }