Index: sftp/Cargo.toml
===================================================================
--- sftp.orig/Cargo.toml
+++ sftp/Cargo.toml
@@ -28,11 +28,7 @@ repository = "https://github.com/jelmer/
 
 [features]
 async = ["dep:tokio"]
-bin = [
-    "dep:rustyline",
-    "dep:shell-words",
-]
-default = ["bin"]
+default = []
 russh = [
     "async",
     "dep:russh",
@@ -55,14 +51,6 @@ version = "1"
 version = "0.60"
 optional = true
 
-[dependencies.rustyline]
-version = "18"
-optional = true
-
-[dependencies.shell-words]
-version = "1"
-optional = true
-
 [dependencies.ssh2]
 version = "0.9"
 optional = true
