summaryrefslogtreecommitdiffstats
path: root/fluent-bit/examples/filter_rust/Cargo.toml
blob: 924c9bdfc0d2576f3a56b762028a582f52047f11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "filter_rust"
version = "0.1.0"
edition = "2021"

[lib]
crate-type = ["cdylib"]

[dependencies]
serde = { version = "*", features = ["derive"] }
serde_json = "1.0"
serde_bytes = "0.11"
rmp-serde = "1.1"
chrono = "0.4"
libc = "0.2"