# 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 = "2021" name = "xenopeltis-websocket" version = "0.1.0" authors = ["Daniel He "] description = "WebSocket proxy for xenopeltis" license = "MIT" repository = "https://github.com/0xdh/xenopeltis" [dependencies.anyhow] version = "1.0.53" [dependencies.env_logger] version = "0.9.0" [dependencies.futures] version = "0.3.19" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.78" [dependencies.structopt] version = "0.3.26" [dependencies.tokio] version = "1.16.1" features = ["net", "macros", "rt-multi-thread"] [dependencies.tokio-serde] version = "0.8.0" features = ["bincode"] [dependencies.tokio-tungstenite] version = "0.16.1" [dependencies.tokio-util] version = "0.6.9" features = ["codec"] [dependencies.xenopeltis-common] version = "0.2.1"