# 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 = "cronback-client" version = "0.1.0" authors = [ "Ahmed Farghal ", "Mohamed Bassem ", ] description = """ A client library for https://cronback.me service. Cronback provides developers a reliable and flexible solution to schedule one-time, recurring cron, and on-demand webhooks. """ homepage = "https://cronback.me" readme = "README.md" keywords = [ "cron", "webhooks", "scheduler", "job", "periodic", ] categories = [ "network-programming", "api-bindings", ] license = "BSD-2-Clause-Patent" repository = "https://github.com/devtari-io/cronback" resolver = "1" [package.metadata.workspaces] independent = true [dependencies.async-trait] version = "0.1.68" [dependencies.chrono] version = "0.4" features = [ "serde", "clock", "std", ] default-features = false [dependencies.cronback-api-model] version = "0.1.0" features = ["client"] [dependencies.http] version = "0.2.9" [dependencies.monostate] version = "0.1.7" [dependencies.once_cell] version = "1.17" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.serde_with] version = "3.0.0" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.url] version = "2.3.1" [features] admin = ["cronback-api-model/admin"] default = []