txlog_client 0.2.3

txlog client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "txlog_client"
version = "0.2.3"
edition = "2021"
description = "txlog client"
license = "MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.10.10", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
hex = "0.4.3"
thiserror = "1.0"

[dev-dependencies]
tokio-test = "0.2.0"
dotenv = "0.15.0"