-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (23 loc) · 781 Bytes
/
Cargo.toml
File metadata and controls
34 lines (23 loc) · 781 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
26
27
28
29
30
31
32
33
34
[package]
name = "replayman"
version = "0.5.1"
authors = ["Sho Nakatani <lay.sakura@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
categories = []
description = "Log agent to replay time-stamped log stream."
documentation = "https://docs.rs/replayman"
keywords = ["springql", "log-agent"] # up to 5 keywords, each keyword should have <= 20 chars
readme = "README.md"
repository = "https://github.com/SpringQL/replayman"
[dependencies]
time = {version = "0.3.9", features = ["formatting", "parsing", "macros"]}
csv = "1.1"
serde_json = "1.0"
anyhow = "1.0"
clap = {version = "4.0", features = ["derive"]}
rumqttc = "0.17"
rdkafka = {version = "0.29", features = ["cmake-build"]}
tokio = {version = "1.21", features = ["full"]}
env_logger = "0.9"
log = "0.4"