rusher-server 0.1.0

Pusher compatible pubsub service
Documentation
# 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 = "rusher-server"
version = "0.1.0"
authors = ["Rodrigo Navarro <rnavarro@rnavarro.com.br>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pusher compatible pubsub service"
homepage = "https://github.com/reu/rusher"
readme = false
keywords = [
    "pusher",
    "pubsub",
]
categories = [
    "asynchronous",
    "network-programming",
    "web-programming::websocket",
]
license = "MIT"

[lib]
name = "rusher_server"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.82"

[dependencies.async-trait]
version = "0.1.80"

[dependencies.axum]
version = "0.7.5"
features = [
    "http2",
    "ws",
]

[dependencies.futures]
version = "0.3.30"
features = [
    "alloc",
    "async-await",
    "std",
]
default-features = false

[dependencies.hex]
version = "0.4.3"

[dependencies.md5]
version = "0.7.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.rusher-core]
version = "0.1.0"

[dependencies.rusher-pubsub]
version = "0.1.0"

[dependencies.serde]
version = "1.0.197"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.115"

[dependencies.tokio]
version = "1.37.0"
features = ["full"]

[dependencies.tower-http]
version = "0.6.2"
features = ["trace"]

[dependencies.tracing]
version = "0.1.41"