Disable doctest, otherwise tests fail

Index: lib/Cargo.toml
--- lib/Cargo.toml.orig
+++ lib/Cargo.toml
@@ -353,10 +353,13 @@ rayon = { workspace = true }
 yara-x-proto = { workspace = true }
 zip = { workspace = true }
 
+[lib]
+doctest = false
+
 [[bench]]
 name = "dex"
 harness = false
 
 [[bench]]
 name = "pe"
-harness = false
\ No newline at end of file
+harness = false
