We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d39be commit 4ee41dbCopy full SHA for 4ee41db
crates/esplora/Cargo.toml
@@ -30,4 +30,5 @@ default = ["std", "async-https", "blocking"]
30
std = ["bdk_chain/std"]
31
async = ["async-trait", "futures", "esplora-client/async"]
32
async-https = ["async", "esplora-client/async-https"]
33
+async-https-rustls = ["async", "esplora-client/async-https-rustls"]
34
blocking = ["esplora-client/blocking"]
0 commit comments