# 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 = "socketcluster_server" version = "0.2.1" description = "SocketCluster protocol V1 server library" homepage = "https://github.com/tpisto/socketcluster_server" readme = "README.md" keywords = [ "websocket", "socketcluster", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tpisto/socketcluster_server" [lib] doctest = false [dependencies.async-trait] version = "0.1.68" [dependencies.axum] version = "0.7" features = ["ws"] [dependencies.axum-extra] version = "0.9" features = ["typed-header"] [dependencies.derive_more] version = "1" features = ["debug"] [dependencies.futures] version = "0.3" [dependencies.headers] version = "0.4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.25" [dependencies.uuid] version = "1.0" features = ["v4"]