# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "bp-esplora" version = "0.11.0-beta.9" authors = [ "Alekos Filini ", "Dr Maxim Orlovsky ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bitcoin Esplora API client library not using rust-bitcoin. Blocking or async" homepage = "https://github.com/BP-WG/bp-esplora-client" documentation = "https://docs.rs/bp-esplora/" readme = "README.md" keywords = [ "bitcoin", "esplora", ] license = "MIT" repository = "https://github.com/BP-WG/bp-esplora-client" [lib] name = "esplora" path = "src/lib.rs" [dependencies.amplify] version = "4.7.0" features = ["serde"] [dependencies.bp-std] version = "0.11.0-beta.9" features = ["serde"] [dependencies.log] version = "^0.4" [dependencies.reqwest] version = "0.12.9" features = ["json"] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_with] version = "3.11" features = ["hex"] [dependencies.sha2] version = "0.10.8" [dependencies.ureq] version = "2.10.1" features = ["json"] optional = true [features] all = ["blocking"] async = [ "reqwest", "reqwest/socks", ] async-https = [ "async", "reqwest/default-tls", ] async-https-native = [ "async", "reqwest/native-tls", ] async-https-rustls = [ "async", "reqwest/rustls-tls", ] async-https-rustls-manual-roots = [ "async", "reqwest/rustls-tls-manual-roots", ] blocking = [ "ureq", "ureq/socks-proxy", ] blocking-wasm = ["ureq"] default = [ "blocking", "async", "async-https", ]