# 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 = "sb_functions_sdk" version = "0.1.8" authors = ["DoctorBlocks "] description = "This crate is the utility sdk for writing Switchboard verifiable functions" readme = "README.md" license = "MIT" repository = "https://github.com/switchboard-xyz/sb_functions_sdk/tree/main" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "sb_functions_sdk" path = "src/lib.rs" [dependencies.anchor-client] version = "0.27.0" [dependencies.anchor-lang] version = "0.27.0" [dependencies.bincode] version = "1.3.3" [dependencies.bytemuck] version = "1.13.1" [dependencies.chrono] version = "0.4.25" [dependencies.cron] version = "0.12.0" [dependencies.futures] version = "0.3" [dependencies.getrandom] version = "0.2.8" [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.18" features = ["rustls-tls"] default-features = false [dependencies.rsa] version = "0.5.0" [dependencies.rust_decimal] version = "1.29.1" [dependencies.serde] version = "1.0.160" [dependencies.serde_json] version = "1.0.96" [dependencies.sgx-quote] version = "0.1.0" [dependencies.sha2] version = "0.10.6" [dependencies.solana-sdk] version = "1.14.18" [dependencies.spl-token] version = "3.5.0" [dependencies.tokio] version = "1.26.0"