# 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] name = "solana-jsonrpc-ws-server" version = "0.4.0" authors = ["Solana Labs "] description = "WebSockets server for JSON-RPC" homepage = "https://github.com/solana-labs/jsonrpc" documentation = "https://paritytech.github.io/jsonrpc/json_ws_server/index.html" license = "MIT" repository = "https://github.com/solana-labs/jsonrpc" [dependencies.error-chain] version = "0.12" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.6" [dependencies.slab] version = "0.4" [dependencies.solana-jsonrpc-core] version = "0.4.0" [dependencies.solana-jsonrpc-server-utils] version = "0.4.0" [dependencies.solana-ws] version = "0.2" [badges.travis-ci] branch = "solana-0.4" repository = "solana-labs/jsonrpc"