mat-clockwork-cli 5.9.0

Command line interface for Clockwork
[package]
name = "mat-clockwork-cli"
version = "5.9.0"
description = "Command line interface for Clockwork"
edition = "2021"
license = "AGPL-3.0-or-later"
homepage = "https://clockwork.xyz"
repository = "https://github.com/clockwork-xyz/cli"
documentation = "https://docs.clockwork.xyz"
readme = "./README.md"
keywords = ["solana"]
build = "build.rs"

[dependencies]
anchor-lang = "0.27.0"
anyhow = "1.0.61"
bincode = "1.3.3"
bzip2 = "0.4"
clap = { version = "3.1.2", features = ["derive"] }
clockwork-client = { package = "mat-clockwork-client", path = "../client", version = "5.9.0" }
clockwork-cron = { package = "mat-clockwork-cron", path = "../cron", version = "5.9.0" }
clockwork-relayer-api = { package = "mat-clockwork-relayer-api", path = "../relayer/api", version = "5.9.0" }
clockwork_plugin = { package = "mat_clockwork_plugin", path = "../plugin", features = ["config"], version = "5.9.0" }
clockwork-utils = { package = "mat-clockwork-utils", path = "../utils", version = "5.9.0" }
clockwork-webhook-program = { package = "mat-clockwork-webhook-program", path = "../programs/webhook", version = "5.9.0" }
chrono = { version = "0.4.19", default-features = false, features = ["alloc"] }
dirs-next = "2.0.0"
indicatif = "0.16"
reqwest = "0.11.14"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
serde_yaml = "0.9.4"
solana-account-decoder = "=1.14.16"
solana-client = "=1.14.16"
solana-clap-utils = "=1.14.16"
solana-cli-config = "=1.14.16"
solana-sdk = "=1.14.16"
spl-associated-token-account = "1.1.1"
spl-memo = "3.0.1"
spl-token = "~3.5.0"
tar = "0.4"
thiserror = "1.0.30"

[[bin]]
name = "clockwork"
path = "src/main.rs"

[build-dependencies]
cargo_metadata = "=0.14.0"
rustc_version = "0.4.0"