cron 0.16.0

A cron expression parser and schedule explorer.
Documentation
# 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 = "cron"
version = "0.16.0"
authors = ["Zack Slayton <zack.slayton@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cron expression parser and schedule explorer."
documentation = "https://docs.rs/cron"
readme = "README.md"
keywords = [
    "cron",
    "schedule",
    "repeat",
    "periodic",
    "time",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zslayton/cron"

[features]
serde = ["dep:serde"]

[lib]
name = "cron"
path = "src/lib.rs"

[[test]]
name = "lib"
path = "tests/lib.rs"

[dependencies.chrono]
version = "~0.4"
features = ["clock"]
default-features = false

[dependencies.once_cell]
version = "1.10"

[dependencies.phf]
version = "0.11"
features = ["macros"]

[dependencies.serde]
version = "1.0.164"
optional = true

[dependencies.winnow]
version = "0.7.0"

[dev-dependencies.chrono-tz]
version = "~0.6"

[dev-dependencies.postcard]
version = "1.0.10"
features = ["use-std"]
default-features = false

[dev-dependencies.serde_test]
version = "1.0.164"