# 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-macros-temp" version = "0.2.3" description = "Proc macros for creating Switchboard Functions on Solana" homepage = "https://switchboard.xyz" readme = "README.md" keywords = [ "switchboard", "oracle", "solana", ] license = "MIT" repository = "https://github.com/switchboard-xyz/solana-sdk/tree/main/rust/switchboard-solana-macros" [lib] name = "switchboard_solana_macros_temp" proc-macro = true [[example]] name = "basic" [[example]] name = "panic" [[example]] name = "simulation" [dependencies.dotenvy] version = "0.15.7" optional = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = ["full"] [dev-dependencies.simple_logger] version = "4.2.0" [dev-dependencies.switchboard-solana] version = "0.27" features = ["macros"] [dev-dependencies.tokio] version = "1" [features] dotenv = ["dotenvy"]