# 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 = "wormhole-anchor-sdk" version = "0.30.1-alpha.3" authors = ["W7"] description = "SDK using Anchor interfaces to interact with Wormhole Solana Programs" homepage = "https://github.com/wormhole-foundation/wormhole-scaffolding" license = "Apache-2.0" repository = "https://github.com/wormhole-foundation/wormhole-scaffolding" [dependencies.anchor-lang] version = "0.30.1" features = ["init-if-needed"] [dependencies.anchor-spl] version = "0.30.1" features = ["metadata"] [dependencies.cfg-if] version = "1.0.0" [dependencies.wormhole-io] version = "0.1" [dev-dependencies.rand] version = "0.8" [features] default = ["mainnet"] idl-build = [ "anchor-lang/idl-build", "anchor-spl/idl-build", ] mainnet = [] solana-devnet = [] tilt-devnet = [] token-bridge = []