Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / euclid / Cargo.toml
blob98293d1a87f72cbd364d0bdb0c6ec750e95475ef
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 = "euclid"
15 version = "0.22.7"
16 authors = ["The Servo Project Developers"]
17 description = "Geometry primitives"
18 documentation = "https://docs.rs/euclid/"
19 keywords = ["matrix", "vector", "linear-algebra", "geometry"]
20 categories = ["science"]
21 license = "MIT / Apache-2.0"
22 repository = "https://github.com/servo/euclid"
23 [dependencies.arbitrary]
24 version = "1"
25 features = ["derive"]
26 optional = true
28 [dependencies.bytemuck]
29 version = "1.9"
30 optional = true
32 [dependencies.mint]
33 version = "0.5.1"
34 optional = true
36 [dependencies.num-traits]
37 version = "0.2.10"
38 default-features = false
40 [dependencies.serde]
41 version = "1.0"
42 features = ["serde_derive"]
43 optional = true
44 default-features = false
45 [dev-dependencies.serde_test]
46 version = "1.0"
48 [features]
49 default = ["std"]
50 libm = ["num-traits/libm"]
51 std = ["num-traits/std"]
52 unstable = []