# 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 = "2021" name = "blockbook" version = "0.2.0" authors = ["21 Analytics "] description = "A robust and blazing fast blockbook blockexporer client" homepage = "https://21analytics.ch" documentation = "https://docs.rs/blockbook/" readme = "README.md" keywords = [ "crypto", "bitcoin", "blockexplorer", "blockbook", "client", ] categories = ["api-bindings"] license = "MIT" repository = "https://gitlab.com/21analytics/blockbook" [[example]] name = "xpub_balance" required-features = ["bdk"] [dependencies.bdk] version = "1.0.0-alpha.2" optional = true [dependencies.bitcoin] version = "0.31" features = [ "std", "serde", ] default-features = false [dependencies.chrono] version = "0.4" features = ["serde"] default-features = false [dependencies.erased-serde] version = "0.3" [dependencies.futures] version = "0.3" [dependencies.reqwest] version = "0.11" features = [ "rustls", "rustls-tls", "json", ] default-features = false [dependencies.semver] version = "1" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["macros"] [dependencies.tokio-tungstenite] version = "0.20" features = ["rustls-tls-webpki-roots"] [dependencies.tracing] version = "0.1" default-features = false [dependencies.url] version = "2" [dependencies.uuid] version = "1" features = [ "serde", "v4", ] [dev-dependencies.once_cell] version = "1" [dev-dependencies.serde_test] version = "1" [dev-dependencies.tokio] version = "1" features = [ "macros", "time", "parking_lot", ] [dev-dependencies.tokio-test] version = "0.4" [features] test = []