# 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 = "miclockwork-sdk" version = "0.1.0" description = "An SDK for building automated programs on Solana" homepage = "https://clockwork.xyz" documentation = "https://docs.clockwork.xyz" readme = "./README.md" keywords = ["solana"] license = "AGPL-3.0-or-later" repository = "https://github.com/Maius-Protocol/clockwork/tree/test-sdk" resolver = "1" [lib] name = "miclockwork_sdk" [dependencies.anchor-lang] version = "0.28.0" [dependencies.chrono] version = "0.4.19" features = ["alloc"] default-features = false [dependencies.miclockwork-thread-program] version = "=0.1.0" features = ["cpi"] [dependencies.nom] version = "~7" [dependencies.once_cell] version = "1.5.2" [features] default = []