# 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 = "muffin" version = "0.1.1" authors = ["Jiri Pospisil "] description = "Muffin is a background job processing library designed to work with MongoDB as its storage backend." readme = "README.md" keywords = [ "job", "background", "processing", "queue", "worker", ] license = "MIT" repository = "https://github.com/jiripospisil/muffin" [dependencies.async-trait] version = "0.1.61" [dependencies.chrono] version = "0.4.23" [dependencies.futures] version = "0.3.25" [dependencies.mongodb] version = "2.3.1" features = ["bson-chrono-0_4"] [dependencies.parking_lot] version = "0.12.1" [dependencies.serde] version = "1.0.152" [dependencies.serde_json] version = "1.0.91" [dependencies.smallvec] version = "1.10.0" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.24.1" [dev-dependencies.expecting] version = "0.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.24.1" features = ["full"]