razor-rpc 0.4.0

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-rpc"
version = "0.4.0"
authors = ["plan <frostyplanet@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
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",
]

[features]

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

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

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

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

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

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

[dependencies.crossfire]
version = "3.0"

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

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

[dependencies.orb]
version = "0"

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

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

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

[dependencies.serde]
version = "1"

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

[dev-dependencies.orb-tokio]
version = "0"

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

[dev-dependencies.razor-rpc-tcp]
version = "0"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]