2 name = "signal-cli-client"
6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10 clap = { version = "4", features = ["cargo", "derive", "wrap_help"] }
12 jsonrpc-core-client = "18"
13 jsonrpc-client-transports = { version = "18", default-features = false, features = [
17 jsonrpc-server-utils = "18"
21 tokio = { version = "1", features = ["rt", "macros", "net"] }
24 jsonrpc-client-transports = { git = "https://github.com/AsamK/jsonrpc", branch = "client_subscribe_named_params" }
25 jsonrpc-derive = { git = "https://github.com/AsamK/jsonrpc", branch = "client_subscribe_named_params" }