clockwork-sdk 1.3.12

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

[lib]
name = "clockwork_sdk"

[dependencies]
anchor-lang = "0.25.0"
chrono = { version = "0.4.19", default-features = false, features = ["alloc"] }
clockwork-thread-program = { path = "../programs/thread", features = ["cpi"], version = "1.3.12" }
nom = "~7"
once_cell = "1.5.2"

[features]
default = []
cpi = []