# 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 = "2018" name = "sg-sprite" version = "0.3.2" authors = ["AbsurdlySuspicious "] description = "Application for restoring Mages engine sprites (Steins;Gate, Steins;Gate 0, Chaos;Child)" readme = "README.md" keywords = [ "visual-novel", "games", "binary-format", "unpacker", "decoder", ] license = "Apache-2.0" repository = "https://github.com/AbsurdlySuspicious/sg-sprite" [dependencies.anyhow] version = "1.0" [dependencies.byteorder] version = "1.3.2" [dependencies.image] version = "0.23.6" features = ["png"] default-features = false [dependencies.lazy_format] version = "1.8" [dependencies.libflate] version = "0.1.0" [dependencies.structopt] version = "0.3.0" [dev-dependencies.data-encoding] version = "2.3" [dev-dependencies.sha2] version = "0.9.1"