[package] name = "windmill-queue" version.workspace = true authors.workspace = true edition.workspace = true [lib] name = "windmill_queue" path = "src/lib.rs" [features] default = [] private = [] enterprise = ["windmill-common/enterprise"] cloud = [] benchmark = ["windmill-common/benchmark"] failpoints = [] prometheus = ["dep:prometheus"] smtp = [] # Enables native evaluation of `retry_if` expressions on the job-failure path. # Without it, a `retry_if` gate cannot be evaluated and the job does not retry. quickjs = ["dep:windmill-jseval", "windmill-jseval/quickjs"] [dependencies] windmill-audit.workspace = true windmill-common = { workspace = true, default-features = false } windmill-jseval = { workspace = true, optional = true } anyhow.workspace = true hmac.workspace = true sql-builder.workspace = true sqlx.workspace = true tracing.workspace = true serde.workspace = true serde_json.workspace = true ulid.workspace = true uuid.workspace = true chrono.workspace = true chrono-tz.workspace = true hex.workspace = true rand.workspace = true reqwest.workspace = true lazy_static.workspace = true prometheus = { workspace = true, optional = true } cron.workspace = true tokio.workspace = true futures-core.workspace = true futures.workspace = true itertools.workspace = true async-recursion.workspace = true axum.workspace = true serde_urlencoded.workspace = true regex.workspace = true backon.workspace = true quick_cache.workspace = true thiserror.workspace = true dashmap.workspace = true once_cell.workspace = true