[package] name = "mat-clockwork-relayer" version = "2.0.2" edition = "2021" description = "Clockwork relayer for webhook requests" license = "AGPL-3.0-or-later" homepage = "https://clockwork.xyz" repository = "https://github.com/mat-clockwork-xyz/relayer" documentation = "https://docs.clockwork.xyz" readme = "./README.md" keywords = ["solana"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-cors = "0.6.4" actix-web = "4.3.1" anchor-lang = "0.26.0" byte-unit = "4.0.18" mat-clockwork-webhook-program = { path = "../programs/webhook", version = "2.0.2" } mat-clockwork-relayer-api = { path = "api", version = "2.0.2" } curve25519-dalek = "3.2.1" lazy_static = "1.4.0" reqwest = "0.11.14" serde = "1.0.152" serde_json = "1.0.94" solana-client = "1.14.15" solana-zk-token-sdk = "1.14.15" solana-sdk = "1.14.15" tokio = "1.26.0" bincode = "1.3.3" rayon = "1.7.0" regex = "1.7.1"