@@ -81,6 +81,12 @@ hashbrown_0_14 = ["dep:hashbrown_0_14", "alloc"]
8181# # It enables the `alloc` feature.
8282# # Some functionality is only available when `std` is enabled too.
8383hashbrown_0_15 = [" dep:hashbrown_0_15" , " alloc" ]
84+ # # The feature enables `hashbrown::{HashMap, HashSet}` as supported containers.
85+ # #
86+ # # This pulls in [`hashbrown` v0.16](::hashbrown_0_16) as a dependency.
87+ # # It enables the `alloc` feature.
88+ # # Some functionality is only available when `std` is enabled too.
89+ hashbrown_0_16 = [" dep:hashbrown_0_16" , " alloc" ]
8490# # The feature enables serializing data in hex format.
8591# #
8692# # This pulls in [`hex`] as a dependency.
@@ -148,6 +154,7 @@ chrono_0_4 = { package = "chrono", version = "0.4.20", optional = true, default-
148154document-features = { version = " 0.2.7" , optional = true }
149155hashbrown_0_14 = { package = " hashbrown" , version = " 0.14.0" , optional = true , default-features = false , features = [" serde" ] }
150156hashbrown_0_15 = { package = " hashbrown" , version = " 0.15.0" , optional = true , default-features = false , features = [" serde" ] }
157+ hashbrown_0_16 = { package = " hashbrown" , version = " 0.16.0" , optional = true , default-features = false , features = [" serde" ] }
151158hex = { version = " 0.4.3" , optional = true , default-features = false }
152159indexmap_1 = { package = " indexmap" , version = " 1.8" , optional = true , default-features = false , features = [" serde-1" ] }
153160indexmap_2 = { package = " indexmap" , version = " 2.0" , optional = true , default-features = false , features = [" serde" ] }
@@ -206,6 +213,11 @@ name = "hashbrown_0_15"
206213path = " tests/hashbrown_0_15.rs"
207214required-features = [" hashbrown_0_15" , " macros" ]
208215
216+ [[test ]]
217+ name = " hashbrown_0_16"
218+ path = " tests/hashbrown_0_16.rs"
219+ required-features = [" hashbrown_0_16" , " macros" ]
220+
209221[[test ]]
210222name = " indexmap_1"
211223path = " tests/indexmap_1.rs"
0 commit comments