mirror of
https://github.com/bytedance/g3.git
synced 2026-05-02 13:40:42 +00:00
25 lines
676 B
TOML
25 lines
676 B
TOML
[package]
|
|
name = "g3-icap-client"
|
|
version = "0.1.0"
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
thiserror.workspace = true
|
|
async-trait.workspace = true
|
|
memchr.workspace = true
|
|
atoi.workspace = true
|
|
url.workspace = true
|
|
bytes.workspace = true
|
|
flume = { workspace = true, features = ["async"] }
|
|
tokio = { workspace = true, features = ["time", "io-util", "sync"] }
|
|
http.workspace = true
|
|
h2.workspace = true
|
|
g3-types.workspace = true
|
|
g3-io-ext.workspace = true
|
|
g3-socket.workspace = true
|
|
g3-http.workspace = true
|
|
g3-h2.workspace = true
|