File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ doctest = false
1919default = [" ring" , " rustls-pemfile" , " report" ]
2020rust-crypto = [" ed25519-dalek" , " rsa" , " sha1" , " sha2" ]
2121generate = [" rsa" , " rand" ]
22- report = [" quick-xml" ]
22+ report = [" quick-xml" , " zip " ]
2323test = []
2424rkyv = [" dep:rkyv" , " mail-parser/rkyv" ]
2525
@@ -38,7 +38,7 @@ serde_json = "1.0"
3838sha1 = { version = " 0.10" , features = [" oid" ], optional = true }
3939sha2 = { version = " 0.10.6" , features = [" oid" ], optional = true }
4040hickory-resolver = { version = " 0.25" , features = [" tls-ring" , " dnssec-ring" ] }
41- zip = " 2.1.1"
41+ zip = { version = " 2.1.1" , optional = true }
4242rand = { version = " 0.8.5" , optional = true }
4343quick_cache = " 0.6.9"
4444rkyv = { version = " 0.8.10" , optional = true }
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ pub mod spf;
3838
3939pub use flate2;
4040pub use hickory_resolver;
41+ #[ cfg( feature = "report" ) ]
4142pub use zip;
4243
4344#[ derive( Clone ) ]
You can’t perform that action at this time.
0 commit comments