# 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 = "simple-tilemap" version = "0.4.0" authors = ["Solar-Falcon"] description = "A simple tilemap & tileset implementation." readme = "README.md" keywords = [ "tilemap", "tileset", "tile", ] license = "MIT" repository = "https://github.com/Solar-Falcon/simple-tilemap" [dependencies.fast-srgb8] version = "1" [dependencies.rgb] version = "0.8" [dependencies.serde] version = "1" features = [ "derive", "alloc", ] optional = true default_features = false [dependencies.simple-blit] version = ">=0.7.1" [features] default = [] serde = [ "dep:serde", "rgb/serde", "simple-blit/serde", ]