# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "jsonrpc-client-transports" version = "18.0.0" authors = ["Parity Technologies "] description = "Transport agnostic JSON-RPC 2.0 client implementation." homepage = "https://github.com/paritytech/jsonrpc" documentation = "https://docs.rs/jsonrpc-client-transports/" keywords = ["jsonrpc", "json-rpc", "json", "rpc", "serde"] categories = ["asynchronous", "network-programming", "web-programming::http-client", "web-programming::http-server", "web-programming::websocket"] license = "MIT" repository = "https://github.com/paritytech/jsonrpc" [dependencies.derive_more] version = "0.99" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = ["client", "http1"] optional = true [dependencies.hyper-tls] version = "0.5" optional = true [dependencies.jsonrpc-core] version = "18.0.0" [dependencies.jsonrpc-pubsub] version = "18.0.0" [dependencies.jsonrpc-server-utils] version = "18.0.0" optional = true [dependencies.log] version = "0.4" [dependencies.parity-tokio-ipc] version = "0.9" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" optional = true [dependencies.url] version = "1.7" [dependencies.websocket] version = "0.24" optional = true [dev-dependencies.assert_matches] version = "1.1" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.jsonrpc-http-server] version = "18.0.0" [dev-dependencies.jsonrpc-ipc-server] version = "18.0.0" [dev-dependencies.lazy_static] version = "1.0" [features] arbitrary_precision = ["serde_json/arbitrary_precision", "jsonrpc-core/arbitrary_precision"] default = ["http", "tls", "ws"] http = ["hyper", "tokio/full"] ipc = ["parity-tokio-ipc", "jsonrpc-server-utils", "tokio"] tls = ["hyper-tls", "http"] ws = ["websocket", "tokio", "futures/compat"] [badges.travis-ci] branch = "master" repository = "paritytech/jsonrpc"