From 1c520b20f70ddbdab885ec6c4bf5c87893a26eb4 Mon Sep 17 00:00:00 2001 From: hozan23 Date: Sun, 19 May 2024 22:18:06 +0200 Subject: jsonrpc: remove jsonrpc_internal crate --- jsonrpc/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'jsonrpc/Cargo.toml') diff --git a/jsonrpc/Cargo.toml b/jsonrpc/Cargo.toml index e81ec10..cf49d6e 100644 --- a/jsonrpc/Cargo.toml +++ b/jsonrpc/Cargo.toml @@ -8,7 +8,6 @@ default = ["smol"] smol = [ "karyon_core/smol", "karyon_net/smol", - "karyon_jsonrpc_internal/smol", "karyon_jsonrpc_macro/smol", "dep:futures-rustls", "async-tungstenite/async-std-runtime", @@ -16,7 +15,6 @@ smol = [ tokio = [ "karyon_core/tokio", "karyon_net/tokio", - "karyon_jsonrpc_internal/tokio", "karyon_jsonrpc_macro/tokio", "async-tungstenite/tokio-runtime", "dep:tokio-rustls", @@ -27,7 +25,6 @@ karyon_core = { workspace = true, default-features = false } karyon_net = { workspace = true, default-features = false } karyon_jsonrpc_macro = { path = "jsonrpc_macro", default-features = false } -karyon_jsonrpc_internal = { path = "jsonrpc_internal", default-features = false } log = "0.4.21" rand = "0.8.5" -- cgit v1.2.3