clockwork-cron 2.0.19

A cron expression parser that's safe to use in the Solana runtime
Documentation
[dependencies.chrono]
default-features = false
features = ["alloc"]
version = "0.4.19"

[dependencies.nom]
version = "~7"

[dependencies.once_cell]
version = "1.5.2"

[lib]
name = "clockwork_cron"

[package]
description = "A cron expression parser that's safe to use in the Solana runtime"
documentation = "https://docs.clockwork.xyz"
edition = "2021"
homepage = "https://clockwork.xyz"
keywords = ["solana"]
license = "AGPL-3.0-or-later"
name = "clockwork-cron"
readme = "./README.md"
repository = "https://github.com/clockwork-xyz/clockwork"
resolver = "1"
version = "2.0.19"