-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (23 loc) · 770 Bytes
/
Copy pathCargo.toml
File metadata and controls
25 lines (23 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "testcontainers-redpanda-rs"
version = "0.14.0"
edition = "2024"
license = "MIT"
description = "Unofficial redpanda test container"
homepage = "https://github.com/milenkovicm/testcontainers-redpanda-rs"
repository = "https://github.com/milenkovicm/testcontainers-redpanda-rs"
readme = "README.md"
categories = ["development-tools::testing"]
keywords = ["testcontainers", "testing", "kafka", "redpanda", "integration-testing"]
rust-version = "1.85.1"
[dependencies]
log = "0.4"
testcontainers = { version = "0.27" }
[dev-dependencies]
env_logger = "0.11"
rdkafka = { version = "0.39" }
rusty_ulid = "2.0"
tokio = { version = "1", features = ["rt", "macros"]}
ctor = { version = "0.12" }
serial_test = { version = "3.1" }
reqwest = { version = "0.13" }