# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "clockwork-client" version = "2.0.15" description = "Clockwork client" homepage = "https://clockwork.xyz" documentation = "https://docs.rs/clockwork-client" readme = "./README.md" keywords = ["solana"] license = "AGPL-3.0-or-later" repository = "https://github.com/clockwork-xyz/client" resolver = "1" [lib] name = "clockwork_client" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.27.0" [dependencies.anchor-spl] version = "0.27.0" features = [ "mint", "token", ] [dependencies.bincode] version = "1.3.3" [dependencies.borsh] version = "0.9.3" [dependencies.clockwork-network-program] version = "2.0.15" features = ["no-entrypoint"] [dependencies.clockwork-thread-program] version = "2.0.15" features = ["no-entrypoint"] [dependencies.clockwork-utils] version = "2.0.15" [dependencies.clockwork-webhook-program] version = "2.0.15" features = ["no-entrypoint"] [dependencies.solana-client] version = "~1.14.16" [dependencies.solana-sdk] version = "~1.14.16" [dependencies.spl-associated-token-account] version = "1.1.1" features = ["no-entrypoint"] [dependencies.thiserror] version = "1.0.31"