ogurpchik 0.1.0

A transport-agnostic RPC framework for stream and memory-based communication. Built with high-performance primitives to deliver medium-performance results.
# 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 = "ogurpchik"
version = "0.1.0"
authors = ["ignatternyev54@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A transport-agnostic RPC framework for stream and memory-based communication. Built with high-performance primitives to deliver medium-performance results."
readme = "README.md"
keywords = [
    "rpc",
    "windows",
    "vsock",
    "linux",
]
license = "MIT"

[features]
dhat-heap = ["dep:dhat"]

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

[dependencies.affinity]
version = "0.1.2"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.bytes]
version = "1.11.1"

[dependencies.compio]
version = "0.18.0"
features = [
    "net",
    "io-compat",
    "process",
    "macros",
    "time",
]

[dependencies.dashmap]
version = "6.1.0"

[dependencies.dhat]
version = "0.3"
optional = true

[dependencies.flume]
version = "0.12.0"
features = ["async"]

[dependencies.futures]
version = "0.3.31"

[dependencies.libc]
version = "1.0.0-alpha.2"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.oneshot]
version = "0.1.13"

[dependencies.rkyv]
version = "0.8.14"
features = [
    "bytecheck",
    "std",
]

[dependencies.smallvec]
version = "1.15.1"

[dependencies.socket2]
version = "0.6.2"

[dependencies.tracing]
version = "0.1.44"
features = ["release_max_level_warn"]

[dependencies.tracing-subscriber]
version = "0.3.22"

[dependencies.windows]
version = "0.61.3"
features = [
    "Win32_System_Performance",
    "Win32_NetworkManagement",
    "Win32_NetworkManagement_IpHelper",
    "Win32_NetworkManagement_Ndis",
    "Win32_Networking_WinSock",
    "Win32_System_Threading",
    "Win32_System_Hypervisor",
]

[dev-dependencies.hdrhistogram]
version = "7.5.4"

[profile.release]
debug = 2
split-debuginfo = "packed"