[package] name = "cargo-pixel" version = "0.5.1" authors = [""] edition = "2021" repository = "https://github.com/zipxing/rust_pixel" readme = "../README.md" license = "Apache-2.0" description = "2d pixel art game engine & rapid prototype tools support terminal,sdl2 and web..." categories = ["game-engines", "gui", "graphics"] # https://crates.io/category_slugs [dependencies] clap = { version = "3.2", features = ["derive"] } regex = "1.5.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" toml = "0.5" flate2 = "1.0"