[package]
edition = "2021"
name = "ratchjob"
version = "0.2.0"
authors = ["heqingpan <heqingpan@126.com>"]
build = "build.rs"
exclude = [
".github/*",
"cluster_example/*",
"doc/*",
"proto/*",
"tools/*",
"docker/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "一个rust实现的分布式任务调度平台服务。计划完全兼容xxl-job协议,然后再增强一些任务调度平台能力。"
homepage = "https://github.com/ratch-job/ratch-job"
documentation = "https://docs.rs/ratch-job/latest"
readme = "README.md"
keywords = [
"ratch-job",
"ratchjob",
"xxl-job",
"xxljob",
]
license = "Apache-2.0"
repository = "https://github.com/ratch-job/ratch-job"
[features]
debug = []
default = []
[lib]
name = "ratchjob"
path = "src/lib.rs"
[[bin]]
name = "ratchjob"
path = "src/main.rs"
[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]
version = "0.4"
features = ["serde"]
[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]
version = "0.11"
features = ["json"]
default-features = false
[dependencies.serde]
version = "1"
features = [
"derive",
"rc",
]
[dependencies.serde_json]
version = "1"
[dependencies.serde_urlencoded]
version = "0.7"
[dependencies.tokio]
version = "1"
features = ["full"]
[dependencies.uuid]
version = "1.2.1"
features = [
"v4",
"fast-rng",
"macro-diagnostics",
]
[build-dependencies.tonic-build]
version = "0.12"
[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]
version = "4.5"
features = ["derive"]
[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.7"
[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"