[package] name = "peach-jsonrpc-server" authors = ["Andrew Reid "] version = "0.1.0" edition = "2021" description = "JSON-RPC over HTTP for the PeachCloud system. Provides a JSON-RPC wrapper around the stats, network and oled libraries." homepage = "https://opencollective.com/peachcloud" repository = "https://git.coopcloud.tech/PeachCloud/peach-workspace" readme = "README.md" license = "AGPL-3.0-only" publish = false [badges] maintenance = { status = "actively-developed" } [dependencies] env_logger = "0.9" jsonrpc-core = "18" jsonrpc-http-server = "18" log = "0.4" peach-stats = { path = "../peach-stats", features = ["serde_support"] } serde_json = "1.0.74" [dev-dependencies] jsonrpc-test = "18"