diff --git a/crates/node/Cargo.toml b/crates/node/Cargo.toml index 7e0c1a2d..8825c6f6 100644 --- a/crates/node/Cargo.toml +++ b/crates/node/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" license = "MIT OR Apache-2.0" [dependencies] +async-trait = { version = "0.1.74" } base64 = "0.21.7" bincode = "1.3" blake3 = "1.5" @@ -27,7 +28,6 @@ tokio = { version = "1", features = ["full", "io-util", "tracing"] } tracing = "0.1" uuid = { version = "1", features = [ "v4", "fast-rng", "macro-diagnostics", "serde" ] } -async-trait = { version = "0.1.74", optional = true } bytes = { version = "1.5", optional = true } clap = { version = "4", features = ["derive", "env", "string"], optional = true } console-subscriber = { version = "0.2", optional = true } @@ -62,7 +62,6 @@ zstd = { version = "0.13", optional = true } [features] default = ["node-binary"] node-binary = [ - "async-trait", "bytes", "clap", "console-subscriber",