# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "background-jobs-server" version = "0.4.0" authors = ["asonix "] description = "Jobs processor server based on ZeroMQ" keywords = ["jobs", "processor"] license = "GPL-3.0" repository = "https://git.asonix.dog/asonix/background-jobs" [dependencies.background-jobs-core] version = "0.4" [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.futures-zmq] version = "0.3" optional = true [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "0.1" [dependencies.tokio-threadpool] version = "0.1" [dependencies.tokio-zmq] version = "0.8" optional = true [dependencies.zmq] version = "0.8" [features] default = ["tokio-zmq"]