rkg-utils 0.3.2

A crate allowing the parsing and modification of Mario Kart Wii ghost files.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "rkg-utils"
version = "0.3.2"
authors = [
    "Skylar Childers <skylarchilders2006@gmail.com>",
    "Leila Massanova <leilamassanova@gmail.com>",
]
build = false
exclude = [
    "test_ghosts/",
    "tests.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate allowing the parsing and modification of Mario Kart Wii ghost files."
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/skylarc2006/rkg-utils"

[lib]
name = "rkg_utils"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4.42"

[dependencies.sha1]
version = "0.10.6"

[dependencies.thiserror]
version = "2.0.17"