electrum_streaming_client 0.4.0

Experimental but sane electrum client by @evanlinjin.
Documentation
# 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"
rust-version = "1.70"
name = "electrum_streaming_client"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Experimental but sane electrum client by @evanlinjin."
documentation = "https://docs.rs/electrum_streaming_client"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bitcoindevkit/electrum_streaming_client"

[features]
default = ["tokio"]
tokio = [
    "dep:tokio",
    "tokio-util",
]

[lib]
name = "electrum_streaming_client"
path = "src/lib.rs"

[[test]]
name = "synopsis"
path = "tests/synopsis.rs"

[dependencies.bitcoin]
version = "0.32"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1.44.2"
features = ["io-util"]
optional = true

[dependencies.tokio-util]
version = "0.7.15"
features = ["compat"]
optional = true

[dev-dependencies.anyhow]
version = "1.0.98"

[dev-dependencies.async-std]
version = "1.13.0"

[dev-dependencies.bdk_testenv]
version = "0.11"

[dev-dependencies.futures]
version = "0.3"
features = ["thread-pool"]

[dev-dependencies.tokio]
version = "1.44.2"
features = ["full"]