clockwork-sdk 1.2.2

An SDK for building dapps with the Clockwork automation engine
Documentation
[dependencies.chrono]
default-features = false
features = ["alloc"]
version = "0.4.19"

[dependencies.clockwork-client]
optional = true
version = "1.2.2"

[dependencies.clockwork-queue-program]
features = ["cpi"]
optional = true
version = "1.2.2"

[dependencies.clockwork-utils]
version = "1.2.2"

[dependencies.nom]
version = "~7"

[dependencies.once_cell]
version = "1.5.2"

[features]
client = ["clockwork-client"]
default = []
queue = ["clockwork-queue-program"]

[lib]
name = "clockwork_sdk"

[package]
description = "An SDK for building dapps with the Clockwork automation engine"
documentation = "https://docs.clockwork.xyz"
edition = "2021"
homepage = "https://clockwork.xyz"
keywords = ["solana"]
license = "AGPL-3.0-or-later"
name = "clockwork-sdk"
readme = "./README.md"
repository = "https://github.com/clockwork-xyz/clockwork"
version = "1.2.2"