example = []
[dependencies.async-trait]
optional = true
version = "0.1.68"
[dependencies.byteorder]
version = "1.4.3"
[dependencies.ciborium]
version = "0.2.0"
[dependencies.dirs]
version = "5.0.0"
[dependencies.futures-io]
optional = true
version = "0.3.28"
[dependencies.interprocess]
version = "1.2.1"
[dependencies.serde]
version = "1.0.159"
[dependencies.thiserror]
version = "1.0.40"
[dependencies.tokio]
default-features = false
optional = true
version = "1.27.0"
[dependencies.tokio-util]
default-features = false
optional = true
version = "0.7.7"
[dev-dependencies.tokio]
features = ["full"]
version = "1.27.0"
[features]
async-tokio = ["dep:async-trait", "dep:futures-io", "tokio/rt", "tokio-util/compat", "interprocess/tokio_support"]
default = ["sync"]
sync = []
[package]
authors = ["tecc <tecc@tecc.me>"]
categories = ["network-programming", "asynchronous", "os"]
description = """
A generic abstraction layer over raw sockets for interprocess communication, with async support.
"""
edition = "2021"
keywords = ["ipc", "interprocess", "io"]
license = "MIT"
name = "gipc"
readme = "README.md"
repository = "https://github.com/tecc/gipc"
version = "0.2.0"
[package.metadata.docs.rs]
features = ["sync", "async-tokio", "tokio/full"]
rustc-args = ["--cfg", "docsrs"]