2021-07-10 08:27:20 +00:00
|
|
|
[package]
|
2021-11-19 06:38:11 +00:00
|
|
|
name = "lib-infra"
|
2021-07-10 08:27:20 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-03-03 12:38:31 +00:00
|
|
|
chrono = "0.4.23"
|
|
|
|
bytes = { version = "1.4" }
|
2022-12-19 02:47:40 +00:00
|
|
|
pin-project = "1.0.12"
|
2022-02-08 13:22:11 +00:00
|
|
|
futures-core = { version = "0.3" }
|
2023-03-03 12:38:31 +00:00
|
|
|
tokio = { version = "1.26", features = ["time", "rt"] }
|
2022-04-28 13:16:28 +00:00
|
|
|
rand = "0.8.5"
|
2023-03-03 12:38:31 +00:00
|
|
|
async-trait = "0.1.64"
|
2023-01-30 03:11:19 +00:00
|
|
|
md5 = "0.7.0"
|