# 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 = "thruster-socketio" version = "0.2.0" authors = ["Pete Mertz "] description = "A SocketIO layer built on Thruster" homepage = "https://thruster.pete.pm" documentation = "https://docs.rs/thruster-socketio" readme = "README.md" keywords = [ "thruster", "socketio", "websocket", ] license = "MIT" repository = "https://github.com/thruster-rs/thruster-socketio" [dependencies.base64] version = "0.11" [dependencies.chashmap] version = "2.2" [dependencies.env_logger] version = "0.3.4" default-features = false [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.hyper] version = "0.14.8" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.7" [dependencies.rust-crypto] version = "0.2" [dependencies.serde] version = "1.0.24" [dependencies.serde_derive] version = "1.0.24" [dependencies.serde_json] version = "1.0.8" [dependencies.thruster] version = "1.3.0" features = [ "hyper_server", "file", ] [dependencies.thruster-socketio-proc] version = "0.1.9" [dependencies.tokio] version = "1.5" features = ["full"] [dependencies.tokio-stream] version = "0.1.6" features = ["net"] [dependencies.tokio-tungstenite] version = "0.18" [dependencies.trezm-redis] version = "0.15.2-alpha.0" [dev-dependencies.dotenv] version = "0.13.0"