diff --git a/opentelemetry-otlp/Cargo.toml b/opentelemetry-otlp/Cargo.toml index 9acf73a1fb..7f685dfe32 100644 --- a/opentelemetry-otlp/Cargo.toml +++ b/opentelemetry-otlp/Cargo.toml @@ -76,7 +76,9 @@ zstd-tonic = ["tonic/zstd"] # http compression gzip-http = ["flate2"] zstd-http = ["zstd"] -tls = ["tonic/tls-ring"] +tls = [] +tls-aws-lc = ["tls", "tonic/tls-aws-lc"] +tls-ring = ["tls", "tonic/tls-ring"] tls-roots = ["tls", "tonic/tls-native-roots"] tls-webpki-roots = ["tls", "tonic/tls-webpki-roots"]