[model-gateway] remove grpc feature flag and mark as default (#13330)

This commit is contained in:
Simo Lin
2025-11-15 03:16:57 -08:00
committed by GitHub
parent 3f400f25df
commit 37c8761567
2 changed files with 1 additions and 4 deletions
+1 -3
View File
@@ -4,9 +4,7 @@ version = "0.2.2"
edition = "2021"
[features]
default = ["grpc-client"]
grpc-client = []
grpc-server = []
default = []
vendored-openssl = ["openssl/vendored"]
[lints.rust]
-1
View File
@@ -4,7 +4,6 @@ pub mod logging;
pub mod core;
pub mod data_connector;
#[cfg(feature = "grpc-client")]
pub mod grpc_client;
pub mod mcp;
pub mod metrics;