# 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 = "2018" name = "etagere" version = "0.2.13" authors = ["Nicolas Silva "] exclude = [".backup*"] description = "Dynamic 2D texture atlas allocation using the shelf packing algorithm." documentation = "https://docs.rs/etagere/" readme = "README.md" keywords = ["2d"] license = "MIT/Apache-2.0" repository = "https://github.com/nical/etagere" [profile.release] debug = 2 [dependencies.euclid] version = "0.22" [dependencies.serde] version = "1.0" optional = true [dependencies.svg_fmt] version = "0.4" [features] checks = [] ffi = [] serialization = [ "serde", "euclid/serde", ]