@@ -40,7 +40,6 @@ pdf = ["dep:lopdf"]
4040rust_native_crypto = [
4141 " dep:const-oid" ,
4242 " dep:ecdsa" ,
43- " dep:der" ,
4443 " dep:num-bigint-dig" ,
4544 " dep:p256" ,
4645 " dep:p384" ,
@@ -120,8 +119,8 @@ config = { version = "0.14.0", default-features = false, features = [
120119const-hex = " 1.14"
121120const-oid = { version = " 0.9.6" , optional = true }
122121coset = " 0.4.0"
122+ der = { version = " 0.7.9" , features = [" alloc" ] }
123123extfmt = " 0.1.1"
124- der = { version = " 0.7.9" , optional = true }
125124ecdsa = { version = " 0.16.9" , features = [" digest" , " sha2" ], optional = true }
126125ed25519-dalek = { version = " 2.1.1" , features = [
127126 " alloc" ,
@@ -185,7 +184,6 @@ thiserror = "2.0.17"
185184url = " 2.5.3"
186185uuid = { version = " 1.18.0" , features = [" serde" , " v4" ] }
187186web-time = " 1.1"
188- x509-certificate = " 0.24.0"
189187x509-parser = " 0.16.0"
190188zeroize = { version = " 1.8" , features = [" zeroize_derive" ] }
191189zip = { version = " 6.0.0" , default-features = false }
@@ -228,7 +226,6 @@ wstd = "0.5.4"
228226# This list matches the `rust_native_crypto` feature since they are not optional on WASM.
229227[target .'cfg(target_arch = "wasm32")' .dependencies ]
230228const-oid = " 0.9.6"
231- der = " 0.7.9"
232229ecdsa = { version = " 0.16.9" , features = [" digest" , " sha2" ] }
233230num-bigint-dig = " 0.8.4"
234231p256 = " 0.13.2"
@@ -268,6 +265,7 @@ features = ["now"]
268265
269266[target .'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))' .dependencies ]
270267chrono = { version = " 0.4.39" , default-features = false , features = [
268+ " clock" ,
271269 " serde" ,
272270 " wasmbind" ,
273271] }
0 commit comments