serde-prc 0.1.1

serde-rs support for the PRC (Smash Ultimate Parameter) file format
Documentation
[package]
name = "serde-prc"
version = "0.1.1"
edition = "2021"
authors = ["blujay"]
description = "serde-rs support for the PRC (Smash Ultimate Parameter) file format"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
byteorder = "1.5.0"
hash40 = "1.3.1"
indexmap = "2.1.0"
serde = "1"
thiserror = "1.0.51"

[dev-dependencies]
serial_test = "2.0.0"