@@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1919byteorder = { version = " 1.4" , default-features = false }
2020const-crc32 = { version = " 1.2.0" , package = " const-crc32-nostd" }
2121document-features.workspace = true
22- debugless-unwrap = " 0 .0.4 "
22+ debugless-unwrap = { version = " 1 .0.0 " , optional = true }
2323derive-getters = " 0.5.0"
2424hex.workspace = true
2525postcard = { version = " 1.0.0" , features = [" alloc" ], optional = true }
@@ -41,6 +41,7 @@ criterion = { workspace = true, optional = true }
4141tokio = { workspace = true , optional = true }
4242
4343[dev-dependencies ]
44+ debugless-unwrap = " 1.0.0"
4445criterion.workspace = true
4546lazy_static.workspace = true
4647proptest.workspace = true
@@ -64,7 +65,7 @@ internals = []
6465serde = [" dep:serde" , " dep:serdect" ]
6566serialization = [" serde" , " dep:postcard" ]
6667# Exposes ciphersuite-generic tests for other crates to use
67- test-impl = [" dep:proptest" , " dep:serde_json" , " dep:criterion" , " dep:tokio" ]
68+ test-impl = [" dep:proptest" , " dep:serde_json" , " dep:criterion" , " dep:tokio" , " dep:debugless-unwrap " ]
6869
6970[lib ]
7071bench = false
0 commit comments