diff --git a/Cargo.toml b/Cargo.toml
index 2b7f748..3c81b82 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,20 +53,20 @@ rustdoc-args = [
 ]
 
 [features]
-debug = ["path_facts"]
-debug_tokio = [
-    "path_facts",
-    "tokio/rt-multi-thread",
-]
+#debug = ["path_facts"]
+#debug_tokio = [
+#    "path_facts",
+#    "tokio/rt-multi-thread",
+#]
 expose_original_error = []
 
 [lib]
 name = "fs_err"
 path = "src/lib.rs"
 
-[dependencies.path_facts]
-version = "0.2.0"
-optional = true
+#[dependencies.path_facts]
+#version = "0.2.0"
+#optional = true
 
 [dependencies.tokio]
 version = "1.21"
