[package] name = "jsonrpc_v2_awc" version = "0.1.0" authors = ["jhaboic "] edition = "2018" description = "JSON RPC client based on awc (actix web client)" repository = "https://github.com/BitFields/jsonrpc_v2_awc" keywords = ["json", "rpc", "client", "jsonrpc"] license = "Apache-2.0" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] awc = "2.0.3" serde = { version = "1.0.130", features = ["derive"] }