diff --git a/components/chainhook-sdk/Cargo.toml b/components/chainhook-sdk/Cargo.toml index 9f6062de3..70d73884e 100644 --- a/components/chainhook-sdk/Cargo.toml +++ b/components/chainhook-sdk/Cargo.toml @@ -32,10 +32,6 @@ reqwest = { version = "0.11", default-features = false, features = [ ] } tokio = { version = "1.24", features = ["full"] } base58 = "0.2.0" -clap = { version = "3.1.6", features = ["derive"], optional = true } -clap_generate = { version = "3.0.3", optional = true } -toml = { version = "0.5.6", features = ["preserve_order"], optional = true } -ctrlc = { version = "3.2.2", optional = true } schemars = { version = "0.8.10", git = "https://github.com/hirosystems/schemars.git", branch = "feat-chainhook-fixes" } crossbeam-channel = "0.5.6" futures = "0.3.21"