# 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 = "wampire" version = "0.2.1" authors = [ "Dudochkin Victor ", "Daniel Yule ", ] description = "A asynchronous WAMPv2 client and router implenting the basic WAMP profile" homepage = "https://github.com/ohyo-io/wampire" documentation = "https://docs.rs/wampire" readme = "README.md" keywords = [ "rpc", "pubsub", "wamp", "wamp2", "microservices", ] 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.9" [dependencies.futures] version = "0.3" [dependencies.intmap] version = "0.7.1" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.parity-ws] version = "0.11" [dependencies.rand] version = "0.8" [dependencies.rmp] version = "0.8" [dependencies.rmp-serde] version = "1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.url] version = "2.2" [dev-dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "macros", ] [features] default = [] ssl = ["parity-ws/ssl"]