-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathCargo.toml
More file actions
40 lines (33 loc) · 902 Bytes
/
Copy pathCargo.toml
File metadata and controls
40 lines (33 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[package]
name = "stellar-rpc-client"
description = "Stellar RPC client for rust"
homepage = "https://github.com/stellar/rs-stellar-rpc-client"
repository = "https://github.com/stellar/rs-stellar-rpc-client"
authors = ["Stellar Development Foundation <info@stellar.org>"]
license = "Apache-2.0"
readme = "README.md"
version = "27.0.0"
edition = "2021"
rust-version = "1.93.0"
autobins = false
[lib]
crate-type = ["rlib"]
[dependencies]
stellar-strkey = "0.0.16"
stellar-xdr = { version = "28.0.0", features = ["std", "serde", "base64"] }
termcolor = "1.1.3"
termcolor_output = "1.0.1"
clap = { version = "4.6.1", features = ["derive"] }
serde_json = "1.0.150"
serde-aux = "4.7.0"
itertools = "0.10.0"
hex = "0.4.3"
thiserror = "1.0.46"
serde = "1.0.82"
serde_with = "3.20.0"
tokio = "1.52.3"
sha2 = "0.10.7"
# networking
jsonrpsee-http-client = "0.26.0"
jsonrpsee-core = "0.26.0"
http = "1.4.1"