File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " ordered-float"
3- version = " 4.3 .0"
3+ version = " 4.4 .0"
44authors = [
55 " Jonathan Reem <jonathan.reem@gmail.com>" ,
66 " Matt Brubeck <mbrubeck@limpet.net>" ,
Original file line number Diff line number Diff line change @@ -20,17 +20,18 @@ ordered-float = { version = "4.0", default-features = false }
2020The following optional features can be enabled in ` Cargo.toml ` :
2121
2222* ` arbitrary ` : Implements the ` arbitrary::Arbitrary ` trait.
23- * ` bytemuck ` : Adds implementations for traits provided by the ` bytemuck ` crate.
2423* ` borsh ` : Adds implementations for traits provided by the ` borsh ` crate.
24+ * ` bytemuck ` : Adds implementations for traits provided by the ` bytemuck ` crate.
25+ * ` derive-visitor ` : Adds implementations for traits provided by the ` derive-visitor ` crate.
2526* ` num-cmp ` : Implements the ` num_cmp::NumCmp ` trait.
26- * ` rand ` : Adds implementations for various distribution types provided by the ` rand ` crate.
27- * ` serde ` : Implements the ` serde::Serialize ` and ` serde::Deserialize ` traits.
28- * ` schemars ` : Implements the ` schemars::JsonSchema ` trait.
2927* ` proptest ` : Implements the ` proptest::Arbitrary ` trait.
28+ * ` rand ` : Adds implementations for various distribution types provided by the ` rand ` crate.
3029* ` rkyv_16 ` : Implements ` rkyv ` 's ` Archive ` , ` Serialize ` and ` Deserialize ` traits with ` size_16 ` .
3130* ` rkyv_32 ` : Implements ` rkyv ` 's ` Archive ` , ` Serialize ` and ` Deserialize ` traits with ` size_32 ` .
3231* ` rkyv_64 ` : Implements ` rkyv ` 's ` Archive ` , ` Serialize ` and ` Deserialize ` traits with ` size_64 ` .
3332* ` rkyv_ck ` : Implements the ` bytecheck::CheckBytes ` trait.
33+ * ` schemars ` : Implements the ` schemars::JsonSchema ` trait.
34+ * ` serde ` : Implements the ` serde::Serialize ` and ` serde::Deserialize ` traits.
3435* ` speedy ` : Implements ` speedy ` 's ` Readable ` and ` Writable ` traits.
3536
3637## License
You can’t perform that action at this time.
0 commit comments