memlink-protocol 0.1.0

Binary protocol definitions for MemLink IPC - fixed headers, magic constants, and error types
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 = "2021"
rust-version = "1.70"
name = "memlink-protocol"
version = "0.1.0"
authors = ["Radiiplus <radiiplus@gmail.com>"]
build = false
exclude = [
    ".gitignore",
    "tests/",
    "benches/",
    "examples/",
    "target/",
    "*.log",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary protocol definitions for MemLink IPC - fixed headers, magic constants, and error types"
homepage = "https://github.com/Radiiplus/memlink"
documentation = "https://docs.rs/memlink-protocol"
readme = "README.md"
keywords = [
    "protocol",
    "ipc",
    "binary",
    "low-latency",
    "ffi",
]
categories = [
    "encoding",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/Radiiplus/memlink"

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

[features]
default = []
shm = ["memlink-shm"]
std = []

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

[dependencies.memlink-shm]
version = "0.1.3"
optional = true

[dependencies.rmp-serde]
version = "1.3.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.criterion]
version = "0.8.2"