[package] name = "prople-jsonrpc-axum" version = "0.2.1" edition = "2021" authors = ["rstlix0x0 "] repository = "https://github.com/prople/jsonrpc/core" rust-version = "1.74" description = "A library provides a core of abstraction to working with JSON-RPC" license = "GPL-3.0-only" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] doctest = false [dependencies] prople-jsonrpc-core.workspace = true rst-common = {version = "~1", features = ["standard", "with-errors", "with-tokio", "with-http-tokio", "with-tracing"]}