a3s-cron 0.1.2

Cron scheduling library for A3S with natural language support
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 = "a3s-cron"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cron scheduling library for A3S with natural language support"
readme = "README.md"
keywords = [
    "a3s",
    "cron",
    "scheduler",
    "task",
    "natural-language",
]
categories = [
    "asynchronous",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/A3S-Lab/a3s"

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.opentelemetry]
version = "0.21"
features = ["metrics"]

[dependencies.opentelemetry_sdk]
version = "0.21"
features = ["rt-tokio"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "sync",
    "time",
    "process",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio-test]
version = "0.4"