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.
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]
28 [dependencies.bytemuck]
36 [dependencies.num-traits]
38 default-features = false
42 features = ["serde_derive"]
44 default-features = false
45 [dev-dependencies.serde_test]
50 libm = ["num-traits/libm"]
51 std = ["num-traits/std"]