kode-bridge 0.1.2

Cross-platform Rust library for sending HTTP requests over IPC channels (Unix sockets, planned Windows named pipes).
Documentation
[[bench]]
harness = false
name = "bench_version"
path = "benches/unix/bench_version.rs"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.env]
version = "1.0.1"

[dependencies.interprocess]
features = ["tokio"]
version = "2"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
features = ["full"]
version = "1"

[dev-dependencies.criterion]
features = ["async"]
version = "0.5.0"

[[example]]
name = "unix_request"
path = "examples/unix_request.rs"

[[example]]
name = "unix_request_large"
path = "examples/unix_request_large.rs"

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

[package]
authors = ["Tunglies"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Cross-platform Rust library for sending HTTP requests over IPC channels (Unix sockets, planned Windows named pipes)."
edition = "2024"
license = "Apache-2.0"
name = "kode-bridge"
readme = "README.md"
repository = "https://github.com/KodeBarinn/kode-bridge"
version = "0.1.2"