# 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 = "db_task" version = "0.2.2" authors = ["qiaoruntao"] description = "Use mongodb to schedule task running" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0" [dependencies.chrono] version = "0" features = ["serde"] [dependencies.futures] version = "0" [dependencies.mongodb] version = "2" features = [ "bson-chrono-0_4", "bson-serde_with", ] [dependencies.serde] version = "1" [dependencies.serde_with] version = "2" features = ["chrono"] [dependencies.tokio] version = "1" features = ["signal"] [dependencies.tracing] version = "0" features = ["log"] [dev-dependencies.tracing-log] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "local-time", "env-filter", "std", ]