# 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 = "aide-de-camp-mongodb" version = "0.3.0" authors = ["Felipe Coury "] description = "MongoDB implementation of Queue trait from aide-de-camp" readme = "README.md" keywords = [ "job", "scheduler", "queue", "mongodb", "database", ] license = "MIT OR Apache-2.0" [dependencies.aide-de-camp] version = "0.2.0" features = ["runner"] [dependencies.anyhow] version = "1.0.72" [dependencies.async-trait] version = "0.1.72" [dependencies.bincode] version = "2.0.0-rc.1" [dependencies.bson] version = "2.6.1" [dependencies.chrono] version = "0.4.26" [dependencies.mongodb] version = "2.6.0" features = ["openssl-tls"] [dependencies.serde] version = "1.0.178" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.thiserror] version = "1.0.44" [dependencies.tracing] version = "0.1.30" [dev-dependencies.tokio] version = "1" features = ["macros"] [dev-dependencies.tracing-subscriber] version = "0.3.8"