bunbun-worker/Cargo.toml

28 lines
661 B
TOML
Raw Permalink Normal View History

2024-10-24 20:42:40 +02:00
[package]
name = "bunbun-worker"
2024-11-15 23:31:27 +01:00
version = "0.2.1"
2024-11-13 19:57:46 +01:00
description = "An rpc/non-rpc rabbitmq worker library"
2024-10-24 20:42:40 +02:00
edition = "2021"
license = "AGPL-3.0"
authors = ["4o1x5 <4o1x5@4o1x5.dev>"]
2024-11-13 19:57:46 +01:00
repository = "https://git.4o1x5.dev/4o1x5/bunbun-worker"
2024-11-13 20:01:23 +01:00
keywords = ["worker", "rpc", "rabbitmq"]
2024-10-24 20:42:40 +02:00
[dependencies]
async-trait = "0.1.83"
derive_setters = "0.1.6"
2024-10-24 20:42:40 +02:00
futures = "0.3.31"
lapin = { version = "2.5.0", features = ["rustls"] }
2024-10-24 20:42:40 +02:00
serde = "1.0.213"
serde_json = "1.0.132"
tokio = { version = "1.41.0", features = ["full"] }
tracing = "0.1.40"
uuid = { version = "1.11.0", features = ["v4"] }
[dev-dependencies]
tracing-test = "0.2.5"
test-log = "0.2.16"
tracing = "0.1.40"