bitcoinsv 0.2.3

Low-level Bitcoin SV library, focused on infrastructure.
Documentation
[dependencies.async-trait]
version = "0.1.75"

[dependencies.futures]
version = "0.3.30"

[dependencies.hex]
version = "0.4.3"

[dependencies.ring]
version = "0.17.7"

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

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.tokio-stream]
version = "0.1"

[dependencies.uuid]
features = ["v4", "fast-rng", "macro-diagnostics"]
version = "1.3.2"
[dev-dependencies.serde_json]
features = []
version = "1.0.108"

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

[package]
authors = ["Daniel Connolly <daniel@dconnolly.com>"]
description = "Low-level Bitcoin SV library, focused on infrastructure."
documentation = "https://github.com/Danconnolly/rust-bitcoinsv"
edition = "2021"
homepage = "https://github.com/Danconnolly/rust-bitcoinsv"
keywords = ["crypto", "bitcoin-sv"]
license-file = "LICENSE.txt"
name = "bitcoinsv"
readme = "README.md"
repository = "https://github.com/Danconnolly/rust-bitcoinsv"
version = "0.2.3"