Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / ordered-float / Cargo.toml
blob3849c270ebe3218efe195825dc078f690b71012b
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 = "ordered-float"
15 version = "3.4.0"
16 authors = [
17     "Jonathan Reem <jonathan.reem@gmail.com>",
18     "Matt Brubeck <mbrubeck@limpet.net>",
20 description = "Wrappers for total ordering on floats"
21 readme = "README.md"
22 keywords = [
23     "no_std",
24     "ord",
25     "f64",
26     "f32",
27     "sort",
29 categories = [
30     "science",
31     "rust-patterns",
32     "no-std",
34 license = "MIT"
35 repository = "https://github.com/reem/rust-ordered-float"
37 [dependencies.arbitrary]
38 version = "1.0.0"
39 optional = true
41 [dependencies.bytemuck]
42 version = "1.12.2"
43 optional = true
44 default-features = false
46 [dependencies.num-traits]
47 version = "0.2.1"
48 default-features = false
50 [dependencies.proptest]
51 version = "1.0.0"
52 optional = true
54 [dependencies.rand]
55 version = "0.8.3"
56 optional = true
57 default-features = false
59 [dependencies.rkyv]
60 version = "0.7"
61 features = ["size_32"]
62 optional = true
63 default-features = false
65 [dependencies.schemars]
66 version = "0.8.8"
67 optional = true
69 [dependencies.serde]
70 version = "1.0"
71 optional = true
72 default-features = false
74 [dependencies.speedy]
75 version = "0.8.3"
76 optional = true
77 default-features = false
79 [dev-dependencies.serde_test]
80 version = "1.0"
82 [features]
83 default = ["std"]
84 randtest = [
85     "rand/std",
86     "rand/std_rng",
88 std = ["num-traits/std"]