fws_actors 0.1.0

fastwebsockets clients and servers in actors.
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 = "fws_actors"
version = "0.1.0"
authors = ["Paul Saunders"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fastwebsockets clients and servers in actors."
homepage = "https://coruscateor.com/projects/fsw-actors"
readme = "README.md"
keywords = [
    "fastwebsockets",
    "websockets",
    "actors",
    "async",
    "pipeline",
]
categories = [
    "asynchronous",
    "concurrency",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/coruscateor/fsw_actors"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
simple_tracing = []

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

[dependencies.accessorise]
version = "0.1.0"

[dependencies.act_rs]
version = "0.3.0"
features = ["tokio"]

[dependencies.anyhow]
version = "1.0.98"

[dependencies.bytes]
version = "1.10.1"

[dependencies.corlib]
version = "0.4.1"

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.fastwebsockets]
version = "0.10.0"
features = [
    "upgrade",
    "with_axum",
    "unstable-split",
]

[dependencies.highly_sendable]
version = "0.1.0"
features = ["corlib"]

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
version = "1.6.0"

[dependencies.hyper-util]
version = "0.1.11"
features = ["tokio"]

[dependencies.inc_dec]
version = "0.1.0"

[dependencies.libsync]
version = "0.2.0"
features = [
    "std",
    "crossbeam",
    "tokio",
]

[dependencies.paste]
version = "1.0.15"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.45.1"
features = [
    "rt",
    "rt-multi-thread",
    "sync",
    "macros",
    "time",
    "io-util",
]

[dependencies.url]
version = "2.5.4"

[dev-dependencies.accessorise]
version = "0.1.0"

[dev-dependencies.axum]
version = "0.8.4"

[dev-dependencies.axum-test]
version = "17.3.0"