# 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 = "solana_switchboard_attestation_program_sdk" version = "0.1.3" description = "A Rust library to interact with Switchboard V3 attestations." homepage = "https://docs.switchboard.xyz" readme = "README.md" keywords = [ "switchboard", "oracle", "solana", ] license = "MIT" repository = "https://github.com/switchboard-xyz" [lib] name = "solana_switchboard_attestation_program_sdk" crate-type = [ "cdylib", "lib", ] doctest = false [dependencies.anchor-lang] version = "0.27.0" features = ["init-if-needed"] [dependencies.base64] version = "0.21.0" [dependencies.bytemuck] version = "1.7.2" [dependencies.digest] version = "0.9" default-features = false [dependencies.hex] version = "0.4.3" [dependencies.sgx-quote] version = "0.1.0" [dependencies.sha2] version = "0.10.6" [dependencies.solana-program] version = "1.15.2" [features] cpi = ["no-entrypoint"] default = ["cpi"] no-entrypoint = []