std-modrpc 0.0.6

modrpc's standard library implementation
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 = "std-modrpc"
version = "0.0.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "modrpc's standard library implementation"
readme = false
license = "Apache-2.0"
repository = "https://github.com/modrpc-org/modrpc"

[features]
alloc = ["mproto/alloc"]
default = ["std"]
std = ["mproto/std"]

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

[dependencies.localq]
version = "0.0"

[dependencies.log]
version = "0.4"

[dependencies.modrpc]
version = "0.0"
default-features = false

[dependencies.mproto]
version = "0.2"
default-features = false

[dependencies.probius]
version = "0.0"

[dependencies.refpool]
version = "0.4"

[dependencies.slab]
version = "0.4"

[dependencies.thiserror]
version = "1"

[dev-dependencies.modrpc-executor]
version = "0.0"
features = ["futures-executor"]