# 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" name = "xrpl_sdk_jsonrpc" version = "0.12.0" authors = ["Georgios Moschovitis "] description = "A strongly-typed client for the XRP Ledger JSONRPC API" readme = "README.md" keywords = [ "xrpl", "ledger", "client", "jsonrpc", "api", ] license = "Apache-2.0" repository = "https://github.com/gmosx/xrpl_sdk_rust/tree/main/xrpl_sdk_jsonrpc" resolver = "1" [dependencies.libsecp256k1] version = "0.7" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.xrpl_api] version = "0.12" [dependencies.xrpl_binary_codec] version = "0.12" [dependencies.xrpl_types] version = "0.12"