acktor-ipc 1.1.2

Interprocess communication support for the acktor actor framework
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"
rust-version = "1.88"
name = "acktor-ipc"
version = "1.1.2"
authors = ["Chao Gu"]
build = false
exclude = [
    "examples/*",
    "tests/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interprocess communication support for the acktor actor framework"
readme = "README.md"
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/asymmetry/acktor"

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

[features]
default = ["derive"]
derive = [
    "dep:acktor-derive",
    "acktor/derive",
]
pipe = [
    "dep:interprocess",
    "dep:tokio-util",
    "futures-util/sink",
    "tokio/io-util",
]
websocket = [
    "dep:tokio-tungstenite",
    "tokio/net",
]

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

[dependencies.acktor]
version = "1.1"
features = [
    "cron",
    "ipc",
    "observer",
]
default-features = false

[dependencies.acktor-derive]
version = "1.1"
features = ["ipc"]
optional = true
default-features = false

[dependencies.acktor-ipc-proto]
version = "1.1"
default-features = false

[dependencies.ahash]
version = "0.8"

[dependencies.bytes]
version = "1.10"

[dependencies.dashmap]
version = "6.1"

[dependencies.futures-util]
version = "0.3"

[dependencies.interprocess]
version = "2.2"
features = ["tokio"]
optional = true

[dependencies.prost]
version = "0.14"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.47"
features = [
    "macros",
    "rt",
]

[dependencies.tokio-tungstenite]
version = "0.30"
optional = true

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]
optional = true

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.clap]
version = "4.5"
features = ["derive"]

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.tokio]
version = "1.47"
features = [
    "rt-multi-thread",
    "signal",
    "time",
]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.tracing-test]
version = "0.2"