Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / etagere / Cargo.toml
blobe455dd8ec0708ebe8f2f1701141fb1330dea2bc2
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
12 [package]
13 edition = "2018"
14 name = "etagere"
15 version = "0.2.7"
16 authors = ["Nicolas Silva <nical@fastmail.com>"]
17 exclude = [".backup*"]
18 description = "Dynamic 2D texture atlas allocation using the shelf packing algorithm."
19 documentation = "https://docs.rs/etagere/"
20 keywords = ["2d"]
21 license = "MIT/Apache-2.0"
22 repository = "https://github.com/nical/etagere"
23 [profile.release]
24 debug = true
25 [dependencies.euclid]
26 version = "0.22"
28 [dependencies.serde]
29 version = "1.0"
30 optional = true
32 [dependencies.svg_fmt]
33 version = "0.4"
35 [features]
36 checks = []
37 serialization = ["serde", "euclid/serde"]