injoint 0.1.1

Injoint is a library for creating publish-subscribe APIs in minimalistic declarative way
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 = "injoint"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Injoint is a library for creating publish-subscribe APIs in minimalistic declarative way"
readme = "README.md"
keywords = [
    "injoint",
    "pubsub",
    "websocket",
    "axum",
]
license = "MIT"
repository = "https://github.com/PixelQuasar/injoint"

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

[[bench]]
name = "room_stress_test"
path = "benches/room_stress_test.rs"
harness = false

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

[dependencies.axum]
version = "0.8.1"
features = ["ws"]

[dependencies.criterion]
version = "0.5.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.injoint-macros]
version = "0.1.0"

[dependencies.rand]
version = "0.9.0"

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

[dependencies.serde_json]
version = "1.0.66"

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

[dependencies.tokio-tungstenite]
version = "0.26.1"

[dependencies.tungstenite]
version = "0.26.1"

[dependencies.url]
version = "2.5.4"

[dev-dependencies.criterion]
version = "0.5.1"
features = ["async_tokio"]

[dev-dependencies.futures]
version = "0.3.31"

[dev-dependencies.plotters]
version = "0.3.7"

[dev-dependencies.tower]
version = "0.5.2"

[dev-dependencies.url]
version = "2.5.4"

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = ["cfg(tarpaulin)"]