wampire 0.1.2

A WAMPv2 client and router implenting the basic WAMP profile
Documentation
# 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 = "wampire"
version = "0.1.2"
authors = ["Dudochkin Victor <dudochkin.victor@gmail.com>", "Daniel Yule <yule@cs.dal.ca>"]
description = "A WAMPv2 client and router implenting the basic WAMP profile"
homepage = "https://github.com/ohyo-io/wampire"
documentation = "https://github.com/ohyo-io/wampire"
readme = "README.md"
keywords = ["rpc", "pubsub", "wamp", "wamp2"]
categories = ["network-programming", "web-programming", "web-programming::websocket"]
license = "MIT"
repository = "https://github.com/ohyo-io/wampire"

[lib]
name = "wampire"
path = "src/lib.rs"
[dependencies.argparse]
version = "0.2.1"

[dependencies.env_logger]
version = "0.5"

[dependencies.eventual]
version = "0.1.7"

[dependencies.itertools]
version = "0.7"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.5.0-pre.1"

[dependencies.rmp]
version = "0.8"

[dependencies.rmp-serde]
version = "0.13"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.url]
version = "1.7"

[dependencies.ws]
version = "0.7"

[features]
default-features = []
ssl = ["ws/ssl"]