# 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 = "ra_mp64_srm_convert" version = "1.1.1" authors = ["Daniel Rehren "] include = [ "src/main.rs", "Cargo.toml", "LICENSE", "README.md", ] description = "A simple application to convert to and from Retroarch Mupen64 save file." homepage = "https://github.com/drehren/ra_mp64_srm_convert" readme = "README.md" keywords = [ "cli", "util", "retroarch", "save", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/drehren/ra_mp64_srm_convert" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.log] version = "0.4" [dependencies.ramp64-srm-convert-lib] version = "0.5" [dependencies.simplelog] version = "0.12" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.assert_fs] version = "1.0" [dev-dependencies.predicates] version = "3.0"