pactus-jsonrpc 1.12.0

Rust client for interacting with the Pactus blockchain via JSON-RPC
# 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 = "pactus-jsonrpc"
version = "1.12.0"
authors = ["Pactus Development Team <info@pactus.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client for interacting with the Pactus blockchain via JSON-RPC"
homepage = "https://pactus.org"
readme = "README.md"
keywords = [
    "pactus",
    "blockchain",
    "json-rpc",
]
license = "MIT"
repository = "https://github.com/pactus-project/pactus"

[lib]
name = "pactus_jsonrpc"
path = "src/lib.rs"

[dependencies.derive_builder]
version = "0.20"
features = ["std"]
default-features = false

[dependencies.jsonrpsee]
version = "0.26"
features = ["http-client"]
default-features = false

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "std",
]
default-features = false

[dependencies.serde_json]
version = "1.0"
features = ["std"]
default-features = false