From 2b81a5bd88d6ebec19156a7b615fbe9f0f2d8463 Mon Sep 17 00:00:00 2001
From: BiagioFesta <15035284+BiagioFesta@users.noreply.github.com>
Date: Mon, 19 Feb 2024 16:18:02 +0100
Subject: [PATCH] Cargo.toml: add aws-lc-rs feature as crypto backend

---
 Cargo.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Cargo.toml b/Cargo.toml
index 0bd3cf5..f7e52a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,6 +34,7 @@ tokio = { version = "1.0", features = ["io-std", "macros", "net", "rt-multi-thre
 
 [features]
 default = ["native-tokio", "http1", "tls12", "logging", "ring"]
+aws-lc-rs = ["rustls/aws_lc_rs"]
 http1 = ["hyper-util/http1"]
 http2 = ["hyper-util/http2"]
 webpki-tokio = ["webpki-roots"]