# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "wsrpc" version = "0.2.1" authors = ["Actyx AG"] description = "WebSocket-based RPC server" readme = "README.md" keywords = ["websocket", "rpc"] license = "MIT OR Apache-2.0" repository = "https://github.com/Actyx/wsrpc" [dependencies.bytes] version = "1.0.1" [dependencies.futures] version = "0.3.12" package = "futures" [dependencies.pin-project-lite] version = "0.2.4" [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde_json] version = "1.0.61" features = ["raw_value"] [dependencies.tokio] version = "1.2.0" features = ["full"] package = "tokio" [dependencies.tracing] version = "0.1.22" [dependencies.tracing-futures] version = "0.2.4" [dependencies.warp] version = "0.3.0" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.websocket] version = "0.26.2"