# 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.77" name = "prople-jsonrpc-client" version = "0.3.0" authors = ["rstlix0x0 "] description = "A library for the JSON-RPC HTTP client" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/prople/jsonrpc/client" [dependencies.prople-jsonrpc-core] version = "~0.5" [dependencies.rst-common] version = "~1" features = [ "standard", "with-errors", "with-tokio", "with-logging", ] [dev-dependencies.mockall] version = "~0.12" [dev-dependencies.mockito] version = "1.5.0" [dev-dependencies.rst-common] version = "~1" features = ["with-tests"]