You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#! The following features enable support for types from other crates or enable additional functionality, that requires further dependencies to be pulled in.
57
-
#! These features are disabled by default to miniminze the amount of required dependencies.
57
+
#! These features are disabled by default to minimize the amount of required dependencies.
58
58
59
59
## The feature enables serializing data in base64 format.
60
60
base64 = ["dep:base64", "alloc"]
@@ -63,11 +63,11 @@ chrono = ["chrono_0_4"]
63
63
## The feature enables integration of `chrono` v0.4 specific conversions.
64
64
## This includes support for the timestamp and duration types.
65
65
## More features are available in combination with `alloc` or `std`.
66
-
## The legacy feature name `chrono` is still available for v1 compatability.
66
+
## The legacy feature name `chrono` is still available for v1 compatibility.
67
67
##
68
68
## This pulls in `chrono` v0.4 as a dependency.
69
69
chrono_0_4 = ["dep:chrono_0_4"]
70
-
## The feature enables `hashbown::{HashMap, HashSet}` as supported containers.
70
+
## The feature enables `hashbrown::{HashMap, HashSet}` as supported containers.
71
71
##
72
72
## This pulls in `hashbrown` v0.14 as a dependency.
73
73
## It enables the `alloc` feature.
@@ -82,7 +82,7 @@ hex = ["dep:hex", "alloc"]
82
82
indexmap = ["indexmap_1"]
83
83
## The feature enables implementations of `indexmap` v1 specific checks.
84
84
## This includes support for checking duplicate keys and duplicate values.
85
-
## The legacy feature name `indexmap` is still available for v1 compatability.
85
+
## The legacy feature name `indexmap` is still available for v1 compatibility.
0 commit comments