# 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 = "cargo-pixel" version = "0.5.1" authors = [""] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "2d pixel art game engine & rapid prototype tools support terminal,sdl2 and web..." readme = "README.md" categories = [ "game-engines", "gui", "graphics", ] license = "Apache-2.0" repository = "https://github.com/zipxing/rust_pixel" [[bin]] name = "cargo-pixel" path = "src/main.rs" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.flate2] version = "1.0" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.toml] version = "0.5"