# 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 = "mscheduler" version = "0.2.0" publish = ["crates-io"] description = "Use mongodb to schedule task running" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.async-trait] version = "0" [dependencies.futures] version = "0" [dependencies.hostname] version = "0" [dependencies.log] version = "0.4.20" [dependencies.mongodb] version = "2" features = [] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.strum] version = "0" features = ["derive"] [dependencies.tokio] version = "1" features = [ "signal", "sync", ] [dependencies.tokio-util] version = "0" features = ["time"] [dependencies.tracing] version = "0" features = ["log"] [dependencies.typed-builder] version = "0" [dev-dependencies.env_logger] version = "0" [dev-dependencies.test-log] version = "0" [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread"] [dev-dependencies.tracing-subscriber] version = "0" features = [ "env-filter", "fmt", ] default-features = false