# 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 = "s-jsonrpc-tcp-server" version = "8.0.0" authors = ["NikVolf "] description = "TCP/IP server for JSON-RPC" homepage = "https://github.com/susytech/s-jsonrpc" documentation = "https://susytech.github.io/jsonrpc/s_jsonrpc_tcp_server/index.html" license = "MIT" repository = "https://github.com/susytech/s-jsonrpc" [dependencies.log] version = "0.3" [dependencies.parking_lot] version = "0.4" [dependencies.s-jsonrpc-core] version = "8.0" [dependencies.s-jsonrpc-server-utils] version = "8.0" [dependencies.tokio-service] version = "0.1" [dev-dependencies.env_logger] version = "0.4" [dev-dependencies.lazy_static] version = "0.2" [badges.travis-ci] branch = "master" repository = "susytech/s-jsonrpc"