mirror of
https://github.com/bytedance/g3.git
synced 2026-05-02 13:40:42 +00:00
27 lines
783 B
TOML
27 lines
783 B
TOML
[package]
|
|
name = "g3-io-ext"
|
|
version = "0.6.0"
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
rust-version = "1.65"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
thiserror.workspace = true
|
|
tokio = { workspace = true, features = ["time", "net", "io-util", "sync"] }
|
|
tokio-util = { workspace = true, features = ["time"] }
|
|
tokio-rustls.workspace = true
|
|
futures-util.workspace = true
|
|
pin-project.workspace = true
|
|
memchr.workspace = true
|
|
rand.workspace = true
|
|
bytes.workspace = true
|
|
ahash.workspace = true
|
|
g3-types.workspace = true
|
|
g3-resolver.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tokio-util = { workspace = true, features = ["io"] }
|
|
tokio-stream = "0.1"
|
|
governor = { workspace = true, features = ["std", "jitter"] }
|