# 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 = "nimiq_rpc" version = "0.5.0" authors = ["Stefan Koolen"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Nimiq RPC client for Rust" readme = "README.md" keywords = [ "nimiq", "rpc", "json", "blockchain", "cryptocurrency", ] license = "Apache-2.0" repository = "https://github.com/nimiq-community/rust-client" [lib] name = "nimiq_rpc" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.22" [dependencies.jsonrpsee] version = "0.24" features = [ "client-core", "http-client", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.url] version = "2.3" [dev-dependencies.tokio] version = "1.29" features = [ "macros", "rt", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4"