# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "jotty" version = "0.3.1" authors = ["Colum McGaley "] description = "JoTTy is an embeddable distributed processing framework for both short and long running batch jobs" keywords = ["distributed", "batch-job", "scheduler", "clustering", "zookeeper"] categories = ["data-structures", "concurrency", "asynchronous"] license = "GPL-3.0-only" repository = "https://git.sr.ht/~volf/jotty" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.indoc] version = "1.0" [dependencies.log] version = "0.4" [dependencies.prost] version = "0.7" [dependencies.prost-build] version = "0.7" [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive", "rc"] [dependencies.serde_json] version = "1.0" [dependencies.uuid] version = "0.8" features = ["v4"] [dependencies.walkdir] version = "2.3" [dependencies.zkmq] version = "0.2" [dependencies.zkstate] version = "0.1" [dependencies.zookeeper] version = "0.6" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.prost-build] version = "0.7" [dev-dependencies.serde_json] version = "1.0"