# 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 = "kafru" version = "0.1.13" authors = ["JP Mateo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "kafru is a Python Celery-inspired queuing library for Rust, using cron for scheduling and SurrealDB for storing queues, metrics, and schedules." homepage = "https://github.com/j-p-d-e-v/kafru" documentation = "https://docs.rs/kafru" readme = "README.md" keywords = [ "queue", "task", "cron", "surrealdb", "scheduling", ] categories = [ "asynchronous", "database", "web-programming", ] license = "MIT" repository = "https://github.com/j-p-d-e-v/kafru" [lib] name = "kafru" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.82" [dependencies.chrono] version = "0.4.38" [dependencies.cron] version = "0.12.1" [dependencies.crossbeam] version = "0.8.4" [dependencies.fake] version = "2.9.2" [dependencies.futures] version = "0.3.30" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.surrealdb] version = "2.0.4" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.uuid] version = "1.10.0"