[package] name = "tetsy-jsonrpc-test" description = "Tetsy Simple test framework for JSON-RPC." version = "15.1.0" authors = ["Tomasz Drwięga "] license = "MIT" homepage = "https://core.tetcoin.org" repository = "https://github.com/tetcoin/tetsy-jsonrpc" documentation = "https://docs.rs/tetsy-jsonrpc-test/" edition = "2018" [dependencies] tetsy-jsonrpc-core = { version = "15.1.0", path = "../core" } tetsy-jsonrpc-core-client = { version = "15.1.0", path = "../core-client" } tetsy-jsonrpc-pubsub = { version = "15.1.0", path = "../pubsub" } log = "0.4" serde = "1.0" serde_json = "1.0" [features] arbitrary_precision = ["tetsy-jsonrpc-core-client/arbitrary_precision", "serde_json/arbitrary_precision", "tetsy-jsonrpc-core/arbitrary_precision"] [dev-dependencies] tetsy-jsonrpc-derive = { version = "15.1.0", path = "../derive" }