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