[package] name = "jotty" version = "0.3.1" authors = ["Colum McGaley "] repository = "https://git.sr.ht/~volf/jotty" edition = "2018" description = "JoTTy is an embeddable distributed processing framework for both short and long running batch jobs" license = "GPL-3.0-only" categories = ["data-structures", "concurrency", "asynchronous"] keywords = ["distributed", "batch-job", "scheduler", "clustering", "zookeeper"] [dependencies] zookeeper = "0.6" anyhow = "1.0" log = "0.4" chrono = { version = "0.4", features = ["serde"] } rayon = "1.5" serde = { version = "1.0", features = ["derive", "rc"] } serde_json = "1.0" uuid = { version = "0.8", features = ["v4"] } zkmq = "0.2" zkstate = "0.1" #metrics = { version = "0.16" } #tracing = "0.1" prost = "0.7" prost-build = "0.7" indoc = "1.0" walkdir = "2.3" [dev-dependencies] env_logger = "0.9" prost-build = "0.7" serde_json = "1.0"