-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (32 loc) · 827 Bytes
/
Cargo.toml
File metadata and controls
35 lines (32 loc) · 827 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
35
[package]
edition = "2021"
name = "poston"
version = "1.3.0"
authors = ["Takeru Sato <[email protected]>"]
description = "Yet another Fluentd logger for Rust"
documentation = "https://github.com/tkrs/poston"
homepage = "https://github.com/tkrs/poston"
repository = "https://github.com/tkrs/poston.git"
readme = "README.md"
license = "MIT"
keywords = ["fluentd", "fluentd-logger"]
categories = ["network-programming"]
[badges]
circle-ci = { repository = "tkrs/poston" }
maintenance = { status = "experimental" }
[dependencies]
backoff = "0.4"
base64 = "0.22"
crossbeam-channel = "0.5"
itertools = "0.14"
log = "0.4"
rmp = "0.8"
rmp-serde = "1.1"
serde = "1.0"
serde_derive = "1.0"
thiserror = "2.0"
uuid = { version = "1.11", features = ["v4"] }
[dev-dependencies]
pretty_env_logger = "0.5"
actix-web = "4"
rand = "0.9"