# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.74.0" name = "stellar-rpc-client" version = "22.0.0-rc.1" authors = ["Stellar Development Foundation "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Stellar RPC client for rust" homepage = "https://github.com/stellar/soroban-rpc" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/stellar/soroban-rpc" [lib] name = "stellar_rpc_client" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.http] version = "1.0.0" [dependencies.itertools] version = "0.10.0" [dependencies.jsonrpsee-core] version = "0.20.1" [dependencies.jsonrpsee-http-client] version = "0.20.1" [dependencies.serde] version = "1.0.82" [dependencies.serde-aux] version = "4.1.2" [dependencies.serde_json] version = "1.0.82" [dependencies.serde_with] version = "3.9.0" [dependencies.sha2] version = "0.10.7" [dependencies.stellar-strkey] version = "0.0.9" [dependencies.stellar-xdr] version = "=22.0.0-rc.1.1" features = [ "curr", "std", "serde", "base64", ] [dependencies.termcolor] version = "1.1.3" [dependencies.termcolor_output] version = "1.0.1" [dependencies.thiserror] version = "1.0.46" [dependencies.tokio] version = "1.28.1" [dependencies.tracing] version = "0.1.40"