# 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 = "ramp64-srm-convert-lib" version = "0.5.0" authors = ["Daniel Rehren "] include = [ "src/**/*", "Cargo.toml", "LICENSE", "README.md", ] description = "The library to build RetroArch Mupen64 SRM Converter." homepage = "https://github.com/drehren/ra_mp64_srm_convert" readme = "README.md" keywords = [ "util", "retroarch", "save", ] license = "MIT" repository = "https://github.com/drehren/ra_mp64_srm_convert" [dependencies.flate2] version = "1.0" [dependencies.log] version = "0.4.20" [dev-dependencies.assert_fs] version = "1.0" [dev-dependencies.predicates] version = "3.0"