# 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 = "lapix" version = "0.1.1" authors = ["Y. D. Santos "] description = "Image editor backend library for pixel art" homepage = "https://github.com/yds12/tarsila" documentation = "https://docs.rs/lapix/latest/" readme = "README.md" keywords = [ "image", "pixel", "pixel-art", "image-editor", "editor", ] categories = [ "game-development", "graphics", "multimedia", "multimedia::images", "rendering", ] license = "MIT/Apache-2.0" repository = "https://github.com/yds12/tarsila" resolver = "1" [dependencies.bincode] version = "1.3.3" [dependencies.image] version = "0.24.5" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dev-dependencies.test-case] version = "2.2.2" [features] test-utils = []