agb_save 0.23.1

Library for managing saves. Designed for use with the agb library for the Game Boy Advance.
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 = "agb_save"
version = "0.23.1"
authors = ["Gwilym Inzani <gw@ilym.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for managing saves. Designed for use with the agb library for the Game Boy Advance."
readme = false
license = "MPL-2.0"
repository = "https://github.com/agbrs/agb"
resolver = "2"

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

[dependencies.crc16]
version = "0.4"

[dependencies.postcard]
version = "1"
features = ["alloc"]
default-features = false

[dependencies.serde]
version = "1"
features = ["alloc"]
default-features = false

[dev-dependencies.quickcheck]
version = "1"