# 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 = "sclink" version = "0.1.4" authors = ["Tulip Protocol"] description = "lightweight client for reading chainlink solana feeds" documentation = "https://docs.rs/sclink" readme = "./README.md" keywords = [ "solana", "tulip-protocol", "chainlink", ] license = "Apache-2.0" resolver = "2" [dependencies.borsh] version = ">=0.9.1" [dependencies.borsh-derive] version = ">=0.9.1" [dependencies.bytemuck] version = "1.7.2" [dependencies.so-defi-utils] version = "0.1.6" [dependencies.solana-program] version = ">=1.6" [dependencies.static-pubkey] version = "1.0.2" [dependencies.type-layout] version = "0.2.0" [dev-dependencies.solana-client] version = ">=1.6" [dev-dependencies.solana-sdk] version = ">=1.6"