diff --git a/Cargo.toml b/Cargo.toml
index cce6f9b8f52b8bd1055a69041671c1984b96b857..e7e48c831040ae07930ffea669fa1d37be20c72b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -83,7 +83,7 @@ thread_local = "1.1.3"
 hmac = "0.12.1"
 sha-1 = "0.10.0"
 # used for conduit's CLI and admin room command parsing
-clap = { version = "4.0.11", default-features = false, features = ["std", "derive"] }
+clap = { version = "4.0.11", default-features = false, features = ["std", "derive", "help", "usage", "error-context"] }
 futures-util = { version = "0.3.17", default-features = false }
 # Used for reading the configuration from conduit.toml & environment variables
 figment = { version = "0.10.6", features = ["env", "toml"] }