monolake-core 0.3.0

MonoLake Core Abstraction and Utils
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.derive_more]
version = "0.99.0"

[dependencies.futures-channel]
features = ["sink"]
version = "0.3"

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

[dependencies.hex]
version = "0"

[dependencies.http]
version = "1.0"

[dependencies.monoio]
features = ["splice", "sync"]
version = "0.2.2"

[dependencies.monoio-http]
version = "0.3.5"

[dependencies.monoio-thrift]
version = "0.1.1"

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

[dependencies.service-async]
version = "0.2.3"

[dependencies.sha2]
version = "0"

[dependencies.thiserror]
version = "1"

[dependencies.tracing]
version = "0.1"

[features]
hyper = ["monoio/poll-io"]
openid = []
proxy-protocol = []

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

[package]
authors = ["ihciah <ihciah@gmail.com>", "Rain Jiang <rain-jiang@outlook.com>", "Harsha <har23k@gmail.com>", "Xiaosong Yang <xiaosong.yang@bytedance.com>", "Kingtous <kingtous@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "development-tools"]
description = "MonoLake Core Abstraction and Utils"
edition = "2021"
keywords = ["proxy", "gateway", "async", "monoio", "http"]
license = "MIT/Apache-2.0"
name = "monolake-core"
readme = false
repository = "https://github.com/cloudwego/monolake"
version = "0.3.0"

[target.'cfg(target_os = "linux")'.dependencies.io-uring]
version = "0.6"