# 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 = "switchboard-solana" version = "0.30.4" description = "A Rust library to interact with Switchboard accounts." homepage = "https://switchboard.xyz" documentation = "https://switchboard-solana-rust-docs.web.app" readme = "README.md" keywords = [ "switchboard", "oracle", "solana", ] license = "MIT" repository = "https://github.com/switchboard-xyz/solana-sdk/tree/main/rust/switchboard-solana" resolver = "2" [lib] name = "switchboard_solana" crate-type = [ "cdylib", "lib", ] doctest = false [dependencies.anchor-lang] version = "0.30.1" [dependencies.bytemuck] version = "1.16.1" [dependencies.lazy_static] version = "1.5.0" [dependencies.rust_decimal] version = "1.32.0" [dependencies.superslice] version = "1.0.0" [features] cpi = ["no-entrypoint"] default = ["cpi"] no-entrypoint = [] pid_override = []