# 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] edition = "2018" name = "wamp_async" version = "0.3.1" authors = ["ElasT0ny "] description = "An asynchronous WAMP implementation" documentation = "https://docs.rs/wamp_async" readme = "README.md" keywords = ["wamp", "async", "client"] categories = ["network-programming", "web-programming", "asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/elast0ny/wamp_async" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.native-tls] version = "0.2" [dependencies.quick-error] version = "2" [dependencies.rand] version = "0.8" [dependencies.rmp-serde] version = "0.15" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.strum] version = "0.20" features = ["derive"] [dependencies.tokio] version = "1" features = ["net", "sync", "io-util", "macros"] [dependencies.tokio-native-tls] version = "0.3" [dependencies.tokio-tungstenite] version = "0.14" features = ["native-tls"] [dependencies.url] version = "2" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.tokio] version = "1" features = ["full"]