# 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 = "cronos-bot" version = "0.1.8" description = "Worker bot to execute Cronos tasks" homepage = "https://cronos.so" documentation = "https://docs.cronos.so" readme = "./README.md" keywords = ["solana", "cronos", "program"] license = "Apache-2.0" repository = "https://github.com/cronos-so/bot" [dependencies.anchor-client] version = "=0.22.0" [dependencies.cronos-sdk] version = "0.1.8" [dependencies.dotenv] version = "0.15.0" [dependencies.postgres] version = "0.19.2" [dependencies.solana-account-decoder] version = "=1.9.9" [dependencies.solana-client] version = "=1.9.9" [dependencies.solana-client-helpers] version = "=1.1.0" [dependencies.solana-sdk] version = "=1.9.9" [dependencies.to_bytes] version = "0.1.0" [dependencies.ttl_cache] version = "0.5.1"