diff --git a/Cargo.toml b/Cargo.toml index 67e2e023..6e0d190a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,13 +102,8 @@ requests = ["core", "amounts", "currencies"] ledger = ["core", "amounts", "currencies"] amounts = ["core"] currencies = ["core"] -tungstenite = [ - "dep:url", - "dep:futures", - "tokio/full", - "tokio-tungstenite/native-tls", -] -embedded-ws = ["dep:url", "dep:futures", "dep:embedded-websocket"] +tungstenite = ["url", "futures", "tokio/full", "tokio-tungstenite/native-tls"] +embedded-ws = ["url", "futures", "embedded-websocket"] core = ["utils"] utils = [] std = [