# 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 = "sprites7800" version = "0.3.2" authors = ["Bruno STEUX "] description = "a companion tool of cc7800 generating C sprites/tiles code" homepage = "https://github.com/steux/tools7800" readme = "README.md" keywords = [ "cli", "gamedev", ] categories = [ "command-line-utilities", "game-development", ] license = "GPL-3.0-or-later" repository = "https://github.com/steux/tools7800" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.clap_derive] version = "4" [dependencies.image] version = "0.24" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_yaml] version = "0.9"