--- a/Cargo.toml
+++ b/Cargo.toml
@@ -78,7 +78,6 @@ time = "0.3.17"
 
 # cli
 clap = { version = "4.0.0", features = ["derive", "env", "wrap_help"] }
-clap_complete_command = { version = "0.5.1", optional = true }
 
 # log
 tracing = "0.1.36"
@@ -101,12 +100,10 @@ which = "4"
 [features]
 default = ["full", "rustls"]
 
-full = ["cli-completion", "log"]
+full = ["log"]
 
 log = ["tracing-subscriber"]
 
-cli-completion = ["dep:clap_complete_command"]
-
 rustls = ["dep:rustls", "ureq?/tls", "dep:rustls-pemfile"]
 native-tls = ["dep:native-tls", "ureq?/native-tls", "dep:rustls-pemfile"]
 
