# 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 = "2021" name = "effectum" version = "0.7.0" authors = ["Daniel Imfeld"] description = "An embeddable task queue based on SQLite" readme = "README.md" keywords = [ "job", "task", "queue", "sqlite", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/dimfeld/effectum" [dependencies.ahash] version = "0.8.6" [dependencies.backoff] version = "0.4.0" [dependencies.chrono] version = "0.4.31" default-features = false [dependencies.cron] version = "0.12.0" [dependencies.deadpool-sqlite] version = "0.8.1" [dependencies.eyre] version = "0.6.8" [dependencies.futures] version = "0.3.28" [dependencies.once_cell] version = "1.18.0" [dependencies.rand] version = "0.8.5" [dependencies.rusqlite] version = "0.31.0" features = [ "functions", "modern-full", "time", "blob", "array", ] [dependencies.rusqlite_migration] version = "1.2.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" features = ["raw_value"] [dependencies.smallvec] version = "1.11.1" features = ["serde"] [dependencies.smartstring] version = "1.0.1" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" features = ["serde"] [dependencies.tokio] version = "1.32.0" features = [ "rt", "macros", "time", "sync", ] [dependencies.tracing] version = "0.1.37" [dependencies.uuid] version = "1.7.0" features = [ "v7", "serde", ] [dev-dependencies.color-eyre] version = "0.6.2" [dev-dependencies.once_cell] version = "1.18.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.temp-dir] version = "0.1.11" [dev-dependencies.tokio] version = "1.32.0" features = [ "rt", "macros", "time", "sync", "test-util", ] [dev-dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dev-dependencies.tracing-tree] version = "0.2.4" [features] bundled-sqlite = ["rusqlite/bundled"] default = ["bundled-sqlite"]