0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
posthog/Cargo.toml

28 lines
706 B
TOML
Raw Normal View History

[workspace]
members = [
"capture",
"capture-server"
]
2023-04-18 12:23:49 +02:00
[workspace.dependencies]
axum = "0.6.15"
axum-client-ip = "0.4.1"
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
governor = "0.5.1"
tower_governor = "0.0.4"
time = { version = "0.3.20", features = ["formatting", "macros", "serde"] }
tower-http = { version = "0.4.0", features = ["trace"] }
bytes = "1"
anyhow = "1.0"
flate2 = "1.0"
base64 = "0.21.1"
uuid = { version = "1.3.3", features = ["serde"] }
async-trait = "0.1.68"
serde_urlencoded = "0.7.1"
rand = "0.8.5"
rdkafka = { version = "0.34", features = ["cmake-build"] }