20 lines
479 B
TOML
20 lines
479 B
TOML
[package]
|
|
name = "lapin-test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.79"
|
|
futures-lite = "2.2.0"
|
|
lapin = "2.3.1"
|
|
libc = "0.2.152"
|
|
rand = "0.8.5"
|
|
serde = "1.0.195"
|
|
serde_json = "1.0.111"
|
|
tokio = { version = "1.35.1", features = ["full"] }
|
|
tokio-executor-trait = "2.1.1"
|
|
tokio-reactor-trait = "1.1.0"
|
|
tokio-util = { version = "0.7.10", features = ["full"] }
|