razor-stream 0.4.0

The streaming interface of razor-rpc. razor-rpc is a modular, pluggable RPC for high throughput scenario, supports various runtimes, with a low-level streaming interface, and high-level remote API call interface.
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 = "razor-stream"
version = "0.4.0"
authors = ["plan <frostyplanet@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
The streaming interface of razor-rpc.
razor-rpc is a modular, pluggable RPC for high throughput scenario, supports various runtimes,
with a low-level streaming interface, and high-level remote API call interface.
"""
documentation = "https://docs.rs/razor-rpc"
readme = "README.md"
keywords = [
    "networking",
    "rpc",
]
categories = [
    "concurrency",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/NaturalIO/razor-rpc"

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

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

[[test]]
name = "test_client_task"
path = "tests/test_client_task.rs"

[[test]]
name = "test_client_task_define"
path = "tests/test_client_task_define.rs"

[[test]]
name = "test_client_task_enum"
path = "tests/test_client_task_enum.rs"

[[test]]
name = "test_client_task_enum_define"
path = "tests/test_client_task_enum_define.rs"

[[test]]
name = "test_client_task_enum_generic"
path = "tests/test_client_task_enum_generic.rs"

[[test]]
name = "test_server_task_enum"
path = "tests/test_server_task_enum.rs"

[[test]]
name = "test_server_task_enum_define"
path = "tests/test_server_task_enum_define.rs"

[dependencies.arc-swap]
version = "1"

[dependencies.captains-log]
version = ">=0.15"

[dependencies.close_fds]
version = ">=0.3.2"

[dependencies.crossfire]
version = "3.0"

[dependencies.futures]
version = "0.3"

[dependencies.io-buffer]
version = "1"

[dependencies.libc]
version = "0"

[dependencies.log]
version = "0.4"
features = [
    "std",
    "kv_unstable",
]

[dependencies.nix]
version = "0"

[dependencies.orb]
version = "0"

[dependencies.razor-rpc-codec]
version = ">=0.3"

[dependencies.razor-stream-macros]
version = ">=0.4"

[dependencies.rustc-hash]
version = "1.1"

[dependencies.serde]
version = "1"

[dependencies.signal-hook]
version = "0"

[dependencies.strum]
version = "0"
features = ["derive"]

[dependencies.sync-utils]
version = "0"

[dependencies.thiserror]
version = "2"

[dependencies.zerocopy]
version = "0.8"
features = ["derive"]

[dev-dependencies.num_enum]
version = "0"

[dev-dependencies.razor-rpc-codec]
version = "0"
features = ["msgpack"]

[dev-dependencies.serde_derive]
version = "1"