[package] name = "x_util" version = "0.0.1" edition = "2021" authors = ["ycysdf"] repository = "https://github.com/ycysdf/x_util" license = "MIT" description = "util" [dependencies] tokio = { version = "1.36.0", default-features = false, optional = true } futures-util = { version = "0.3.30", optional = true } pin-project = "1" [features] timeout = ["tokio/time"] [dev-dependencies] tokio = { verion = "1.36.0", features = ["full"] } color-eyre = "0.6.2"