deno_cron 0.58.0

Implementation of the Deno cron API
Documentation
[dependencies.anyhow]
version = "1.0.57"

[dependencies.async-trait]
version = "0.1.73"

[dependencies.chrono]
default-features = false
features = ["std", "serde", "now"]
version = "0.4"

[dependencies.deno_core]
version = "0.321.0"

[dependencies.saffron]
version = "=0.1.0"

[dependencies.thiserror]
version = "1.0.61"

[dependencies.tokio]
features = ["full"]
version = "1.36.0"

[lib]
name = "deno_cron"
path = "lib.rs"

[package]
authors = ["the Deno authors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Implementation of the Deno cron API"
edition = "2021"
license = "MIT"
name = "deno_cron"
readme = "README.md"
repository = "https://github.com/denoland/deno"
version = "0.58.0"