[package]
name = "clockwork-cli"
version = "1.2.14"
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"]
[dependencies]
anyhow = "1.0.61"
clap = { version = "3.1.2", features = ["derive"] }
clockwork-client = { path = "../client", version = "1.2.14" }
clockwork-cron = { path = "../cron", version = "1.2.12" }
clockwork-utils = { path = "../utils", version = "1.2.14" }
chrono = { version = "0.4.19", default-features = false, features = ["alloc"] }
dirs-next = "2.0.0"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
serde_yaml = "0.9.4"
solana-account-decoder = "1.10.34"
solana-client = "1.10.34"
solana-clap-utils = "1.10.34"
solana-cli-config = "1.10.34"
solana-sdk = "1.10.34"
spl-associated-token-account = "~1.0.3"
spl-memo = "3.0.1"
spl-token = "~3.3.0"
thiserror = "1.0.30"
version = "3.0.0"
[[bin]]
name = "clockwork"
path = "src/main.rs"