# 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 = "jobq" version = "0.1.0" authors = ["cetra3 "] description = "A Background Job Queue using Tokio, PostgreSQL & ZeroMQ" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/cetra3/jobq" [dependencies.anyhow] version = "1.0.27" [dependencies.async-trait] version = "0.1.24" [dependencies.chrono] version = "0.4.11" [dependencies.futures] version = "0.3.4" [dependencies.log] version = "0.4.8" [dependencies.postgres-types] version = "0.1" features = ["derive"] [dependencies.pretty_env_logger] version = "0.2" [dependencies.serde] version = "1.0.105" [dependencies.serde_cbor] version = "0.11.1" [dependencies.serde_derive] version = "1.0.105" [dependencies.serde_json] version = "1.0.48" [dependencies.structopt] version = "0.3.12" [dependencies.tmq] version = "0.2.0" [dependencies.tokio] version = "0.2.13" features = ["full"] [dependencies.tokio-postgres] version = "0.5.3" features = ["with-chrono-0_4", "with-uuid-0_8", "with-serde_json-1"] [dependencies.uuid] version = "0.8.1" features = ["serde", "v4"]