[package]
name = "pushkin-daemon"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Warm-path daemon for the pushkin write-gate"
repository = "https://github.com/acoletti/pushkin"
[lints]
workspace = true
[dependencies]
pushkin-core = { path = "../pushkin-core", version = "=0.2.1" }
serde = { version = "=1.0.228", features = ["derive"] }
serde_json = "=1.0.151"
thiserror = "=2.0.20"
tokio = { version = "=1.53.1", features = ["rt-multi-thread", "net", "io-util", "time", "sync", "macros"] }
notify = "=8.2.0"
[dev-dependencies]
tempfile = "=3.23.0"