[[bin]]
name = "ratchjob"
path = "src/main.rs"
[build-dependencies.tonic-build]
version = "0.12"
[dependencies.actix]
version = "0.13"
[dependencies.actix-http]
version = "3"
[dependencies.actix-multipart]
version = "0.6"
[dependencies.actix-multipart-derive]
version = "0.6"
[dependencies.actix-rt]
version = "2"
[dependencies.actix-web]
version = "4"
[dependencies.anyhow]
version = "1"
[dependencies.async-trait]
version = "0.1"
[dependencies.bean_factory]
version = "0.1.4"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.env_logger]
version = "0.11"
[dependencies.env_logger_timezone_fmt]
version = "0.1.1"
[dependencies.futures-util]
version = "0.3.29"
[dependencies.if-addrs]
version = "0.13.3"
[dependencies.lazy_static]
version = "1.4"
[dependencies.log]
version = "0.4"
[dependencies.rand]
version = "0.8.5"
[dependencies.regex]
version = "1.11.1"
[dependencies.reqwest]
default-features = false
features = ["json"]
version = "0.11"
[dependencies.serde]
features = ["derive", "rc"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.serde_urlencoded]
version = "0.7"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.uuid]
features = ["v4", "fast-rng", "macro-diagnostics"]
version = "1.2.1"
[features]
debug = []
default = []
[lib]
name = "ratchjob"
path = "src/lib.rs"
[package]
authors = ["heqingpan <heqingpan@126.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "一个rust实现的分布式任务调度平台服务。计划完全兼容xxl-job协议,然后再增强一些任务调度平台能力。"
documentation = "https://docs.rs/ratch-job/latest"
edition = "2021"
exclude = [".github/*", "cluster_example/*", "doc/*", "proto/*", "tools/*", "docker/*"]
homepage = "https://github.com/ratch-job/ratch-job"
keywords = ["ratch-job", "ratchjob", "xxl-job", "xxljob"]
license = "Apache-2.0"
name = "ratchjob"
readme = "README.md"
repository = "https://github.com/ratch-job/ratch-job"
version = "0.1.5"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.aes]
version = "0.8"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.async-raft-ext]
version = "0.6.3"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.base64]
version = "0.21.5"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.bcrypt]
version = "0.15"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.binrw]
version = "0.13.3"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.binrw_derive]
version = "0.13.3"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.bitflags]
version = "2.6"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.block-modes]
version = "0.8"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.byteorder]
version = "1.4"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.bytes]
version = "1"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.captcha]
version = "0.0.9"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.cbc]
version = "0.1.2"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.clap]
features = ["derive"]
version = "4.5"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.cron]
version = "0.15.0"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.dirs]
version = "5.0"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.dotenv]
version = "0.15"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.fs2]
version = "0.4.3"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.inner-mem-cache]
version = "0.1.7"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.mime]
version = "0.3"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.mime_guess]
version = "2"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.prost]
version = "0.13.5"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.quick-protobuf]
version = "0.8.1"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.ratchjob-web-dist-wrap]
version = "=0.1.5"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.ratelimiter-rs]
version = "0.1.5"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.sysinfo]
version = "0.30"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.thiserror]
version = "1.0"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os="windows"))'.dependencies.tonic]
version = "0.12.3"