# 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 = "pxo" version = "0.2.0" authors = ["appybara13"] include = [ "Cargo.toml", "README.md", "LICENSE", "src/*", ] description = "Utilities for loading Pixelorama files" homepage = "https://github.com/appybara13/pxo" readme = "README.md" keywords = [ "gamedev", "pixelorama", "sprite", "pixel", "2D", ] categories = [ "game-development", "multimedia::images", "rendering::data-formats", ] license = "MIT OR Apache-2.0" repository = "https://github.com/appybara13/pxo" [package.metadata.docs.rs] all-features = true [dependencies.image] version = "0.24" [dependencies.rectangle-pack] version = "0.4" optional = true [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.zstd] version = "0.12" [features] default = [ "sprite", "pack", ] pack = [ "dep:rectangle-pack", "sprite", ] sprite = []