@@ -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 }
@@ -37,6 +37,7 @@ serde_json = { version = "1.0", optional = true }
3737criterion = { workspace = true , optional = true }
3838
3939[dev-dependencies ]
40+ debugless-unwrap = " 1.0.0"
4041criterion.workspace = true
4142lazy_static.workspace = true
4243proptest.workspace = true
@@ -59,7 +60,7 @@ internals = []
5960serde = [" dep:serde" , " dep:serdect" ]
6061serialization = [" serde" , " dep:postcard" ]
6162# Exposes ciphersuite-generic tests for other crates to use
62- test-impl = [" dep:proptest" , " dep:serde_json" , " dep:criterion" ]
63+ test-impl = [" dep:proptest" , " dep:serde_json" , " dep:criterion" , " dep:debugless-unwrap " ]
6364# Enable cheater detection
6465cheater-detection = []
6566
0 commit comments