pushwire 0.1.1

Generic, multiplexed push protocol for real-time applications
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 = "2024"
name = "pushwire"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic, multiplexed push protocol for real-time applications"
readme = "README.md"
keywords = [
    "push",
    "realtime",
    "websocket",
    "sse",
    "multiplexed",
]
categories = [
    "network-programming",
    "web-programming",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/splentainc/pushwire"
resolver = "2"

[features]
client = ["dep:pushwire-client"]
default = ["client"]
server = ["dep:pushwire-server"]

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

[dependencies.pushwire-client]
version = "0.1.1"
optional = true

[dependencies.pushwire-core]
version = "0.1.1"

[dependencies.pushwire-server]
version = "0.1.1"
optional = true