# 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 = "degen-websockets" version = "0.2.5" description = "Yet Another WebSocket Server" readme = "README.md" license = "MIT" repository = "https://github.com/ethereumdegen/degen-websockets" [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.degen-logger] version = "0.2.0" [dependencies.futures] version = "0.3.28" [dependencies.futures-util] version = "0.3.25" features = ["std"] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.1" features = [ "rt", "rt-multi-thread", "macros", "io-std", "io-util", "sync", "time", ] [dependencies.tokio-tungstenite] version = "0.19.0" [dependencies.url] version = "2.4.0" [dependencies.uuid] version = "1.3.3" features = [ "v4", "fast-rng", "macro-diagnostics", ]