Skip to content

Commit d2a6d6b

Browse files
committed
build: replicate tonic tls features
Signed-off-by: Jeremie Drouet <[email protected]>
1 parent 9cde968 commit d2a6d6b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

opentelemetry-otlp/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,10 @@ zstd-tonic = ["tonic/zstd"]
7676
# http compression
7777
gzip-http = ["flate2"]
7878
zstd-http = ["zstd"]
79-
tls = ["tonic/tls-ring"]
80-
tls-roots = ["tls", "tonic/tls-native-roots"]
81-
tls-webpki-roots = ["tls", "tonic/tls-webpki-roots"]
79+
tls-aws-lc = ["tonic/tls-aws-lc"]
80+
tls-ring = ["tonic/tls-ring"]
81+
tls-roots = ["tonic/tls-native-roots"]
82+
tls-webpki-roots = ["tonic/tls-webpki-roots"]
8283

8384
# http binary
8485
http-proto = ["prost", "opentelemetry-http", "opentelemetry-proto/gen-tonic-messages", "http", "trace", "metrics"]

0 commit comments

Comments
 (0)