# 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 = "2021" name = "psxmem" version = "0.1.3" authors = ["geno nullfree "] description = "This is a library to read and write PSX/PS1 memory card files." homepage = "https://github.com/genonullfree/psxmem.git" readme = "README.md" keywords = [ "ps1", "psx", "memory-card", ] categories = [ "filesystem", "data-structures", ] license = "BSD-3-Clause" repository = "https://github.com/genonullfree/psxmem.git" [dependencies.byteorder] version = "1.5.0" [dependencies.deku] version = "0.16.0" [dependencies.gif] version = "0.13.1" [dependencies.png] version = "0.17.13" [dependencies.thiserror] version = "1.0.59"