]> nmode's Git Repositories - signal-cli/blob - client/Cargo.toml
Add Java 22 to CI
[signal-cli] / client / Cargo.toml
1 [package]
2 name = "signal-cli-client"
3 version = "0.0.1"
4 edition = "2021"
5
6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8 [dependencies]
9 anyhow = "1"
10 clap = { version = "4", features = ["cargo", "derive", "wrap_help"] }
11 log = "0.4"
12 serde = "1"
13 serde_json = "1"
14 tokio = { version = "1", features = ["rt", "macros", "net", "rt-multi-thread"] }
15 jsonrpsee = { version = "0.21.0", features = [
16 "macros",
17 "async-client",
18 "http-client",
19 ] }
20 bytes = "1"
21 tokio-util = "0.7"
22 futures-util = "0.3"
23 thiserror = "1"