ps2mc 0.1.0

A Rust library for reading, extracting, and rewriting PlayStation 2 memory card images.
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 = "ps2mc"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for reading, extracting, and rewriting PlayStation 2 memory card images."
documentation = "https://docs.rs/ps2mc"
readme = "README.md"
keywords = [
    "ps2",
    "playstation",
    "memory-card",
    "save",
    "parser",
]
categories = [
    "parser-implementations",
    "filesystem",
]
license = "MIT"

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

[dependencies.encoding_rs]
version = "0.8"

[dependencies.thiserror]
version = "2"