From: thunderbiscuit Date: Mon, 16 Oct 2023 16:56:19 +0000 (-0400) Subject: build(esplora): Add async-https-rustls flag to esplora client X-Git-Tag: v1.0.0-alpha.3~11^2~1 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/enum.EncodeError.html?a=commitdiff_plain;h=4ee41dbc402121d14ffa099863bf35329851c1e4;p=bdk build(esplora): Add async-https-rustls flag to esplora client --- diff --git a/crates/esplora/Cargo.toml b/crates/esplora/Cargo.toml index bc127c08..386941db 100644 --- a/crates/esplora/Cargo.toml +++ b/crates/esplora/Cargo.toml @@ -30,4 +30,5 @@ default = ["std", "async-https", "blocking"] std = ["bdk_chain/std"] async = ["async-trait", "futures", "esplora-client/async"] async-https = ["async", "esplora-client/async-https"] +async-https-rustls = ["async", "esplora-client/async-https-rustls"] blocking = ["esplora-client/blocking"]